Adapt Travis CI integration to benchmark change

This commit is contained in:
Eduard Bopp 2014-10-23 11:30:59 +02:00
parent 549aea6427
commit 3e73403ca2

View file

@ -20,7 +20,7 @@ env:
script:
- cargo build
- cargo test
- make -C bench
- cargo bench
- cargo doc
after_script:
# the doc directory needs to be in the root for rust-ci