Skip another test for 1.20.0

flate2/rust_backend now also needs a more recent version of rustc
This commit is contained in:
Mathijs van de Nes 2018-10-17 11:41:13 +02:00
parent c286a8ba16
commit 9065122b93

View file

@ -12,7 +12,8 @@ notifications:
on_failure: always
script:
- cargo test
- |
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test
- cargo test --no-default-features
- |
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate-zlib"