Add travis support for bench build.

This commit is contained in:
Colin Sherratt 2013-11-26 02:39:00 -05:00
parent bfd2729c29
commit 0c2e82c82f
2 changed files with 3 additions and 0 deletions

1
.travis.sh Normal file
View file

@ -0,0 +1 @@
`find build -name benchbench` --bench

View file

@ -5,3 +5,5 @@ install:
- sudo apt-get install rust-nightly
script:
- rustpkg test tests
- rustpkg build --opt-level=3 bench
- sh .travis.sh