chore(travis): run benchmarks on travis

This commit is contained in:
Sean McArthur
2015-03-23 10:41:33 -07:00
parent 996538e105
commit 8e71f10b54

View File

@@ -4,7 +4,7 @@ sudo: false
script:
- cargo build
- cargo test
- cargo bench --no-run
- cargo bench
after_success: |
[ $TRAVIS_BRANCH = master ] &&