Skip to content

Commit

Permalink
Try to fix travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 12, 2017
1 parent 3ee4ce4 commit b7f2e2e
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,7 +9,7 @@ before_script:
script:
- export CARGO_TARGET_DIR=`pwd`/target
- cargo build --verbose
- rustdoc --test README.md -L target/debug -L target/debug/deps
- rustdoc --test README.md -L target/debug/deps
- cargo test --verbose
- cargo test --verbose --features zlib
- cargo test --verbose --features tokio
Expand Down

0 comments on commit b7f2e2e

Please sign in to comment.