Include running the benchmarks in travis

This commit is contained in:
Erick Tryzelaar 2015-03-15 13:12:21 -07:00
parent 49c2585a20
commit 989c8ff809

View File

@ -1,6 +1,7 @@
language: rust
script:
- cargo test
- cargo bench
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = "master" ] &&