Skip to content

Commit

Permalink
Fix running benchmarks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kestrer committed Jan 4, 2021
1 parent fe072dc commit 34edea0
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 @@ -16,7 +16,7 @@ script:
- travis-cargo build
- travis-cargo test
# Criterion doesn't build on 1.28.0
- travis-cargo --skip 1.28.0 bench --features criterion
- travis-cargo --skip 1.28.0 bench -- --features criterion
- travis-cargo doc -- --no-deps

after_success:
Expand Down

0 comments on commit 34edea0

Please sign in to comment.