remove the rust 1.20.0 check

This commit is contained in:
Mackenzie Clark 2018-11-10 08:37:28 -08:00
parent efd1ac69cb
commit 5192fcef2f

View file

@ -12,12 +12,8 @@ notifications:
on_failure: always
script:
- |
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test
- cargo test
- cargo test --no-default-features
- |
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate"
- cargo test --no-default-features --features "deflate"
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug