Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 10, 2017
1 parent 877dc59 commit 28b656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ before_script:
script:
- export CARGO_TARGET_DIR=`pwd`/target
- cargo build --verbose
- rustdoc --test README.md -L target/debug -L target/debug/deps
- cargo test --verbose
- cargo test --verbose --features zlib
- cargo test --verbose --features tokio
- cargo test --verbose --features 'tokio zlib'
- cargo test --verbose --features zlib --no-default-features
- cargo clean && cargo build
- rustdoc --test README.md -L target/debug -L target/debug/deps
- cargo doc --no-deps
- cargo doc --no-deps --manifest-path=miniz-sys/Cargo.toml
after_success:
Expand Down

0 comments on commit 28b656b

Please sign in to comment.