remove the rust 1.20.0 check
This commit is contained in:
parent
efd1ac69cb
commit
5192fcef2f
1 changed files with 1 additions and 5 deletions
|
@ -12,12 +12,8 @@ notifications:
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- cargo test
|
||||||
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test
|
|
||||||
- cargo test --no-default-features
|
- 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
|
- cargo doc --no-deps
|
||||||
- rustdoc --test README.md -L target/debug
|
- rustdoc --test README.md -L target/debug
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue