Skip to content

Commit

Permalink
Remove testing benchmark tests from CI again since not stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed May 23, 2019
1 parent 41445e4 commit 0be0f94
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 @@ -20,7 +20,7 @@ script:
- |
cargo check &&
cargo test &&
cargo test --benches &&
# cargo test --benches && # Not available on stable, makes travis CI unhappy.
cargo test --release
# cargo kcov --verbose --coveralls &&
# bash <(curl -s https://codecov.io/bash)

0 comments on commit 0be0f94

Please sign in to comment.