Skip to content

Commit

Permalink
Fix travis bench for stable,beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Dec 26, 2019
1 parent ed53028 commit 9167a8b
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 @@ -11,7 +11,7 @@ script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
- '[ "$TRAVIS_RUST_VERSION" = "nightly" ] && cargo bench --verbose # adapted from rust-itertools'
- '[ "$TRAVIS_RUST_VERSION" != "nightly" ] || cargo bench --verbose # adapted from rust-itertools'
- mv target/doc doc

after_success: |
Expand Down

0 comments on commit 9167a8b

Please sign in to comment.