Fix travis for rust 1.20.0
This commit is contained in:
parent
bb38674a14
commit
b716547a93
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ script:
|
||||||
- |
|
- |
|
||||||
[ "$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 test --no-default-features --features "deflate-miniz"
|
||||||
- cargo doc --no-deps
|
- cargo doc --no-deps --no-default-features --features "deflate-miniz,bzip2"
|
||||||
- rustdoc --test README.md -L target/debug
|
- rustdoc --test README.md -L target/debug
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Add table
Reference in a new issue