Skip another test for 1.20.0
flate2/rust_backend now also needs a more recent version of rustc
This commit is contained in:
parent
c286a8ba16
commit
9065122b93
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue