Adapt Travis CI integration to benchmark change
This commit is contained in:
parent
549aea6427
commit
3e73403ca2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ env:
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
- make -C bench
|
- cargo bench
|
||||||
- cargo doc
|
- cargo doc
|
||||||
after_script:
|
after_script:
|
||||||
# the doc directory needs to be in the root for rust-ci
|
# the doc directory needs to be in the root for rust-ci
|
||||||
|
|
Loading…
Reference in a new issue