Fix travis script
This commit is contained in:
parent
74446dd59b
commit
60a4426798
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ notifications:
|
|||
script:
|
||||
- cargo test
|
||||
- cargo test --no-default-features
|
||||
- [ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate-zlib"
|
||||
- |
|
||||
[ "$TRAVIS_RUST_VERSION" = "1.20.0" ] || cargo test --no-default-features --features "deflate-zlib"
|
||||
- cargo test --no-default-features --features "deflate-miniz"
|
||||
- cargo doc --no-deps
|
||||
- rustdoc --test README.md -L target/debug
|
||||
|
|
Loading…
Add table
Reference in a new issue