Expand travis to compile benchmarks

This commit is contained in:
Jonathan Reem
2014-09-08 20:44:01 -07:00
parent d171d1c04c
commit 7c74a29cd0

View File

@@ -1,5 +1,10 @@
language: rust
script:
- cargo build
- cargo test
- cargo bench --no-run
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&