test(beta): enable testing on beta rustc

This commit is contained in:
Sean McArthur
2015-04-15 11:59:23 -07:00
parent f223312e3e
commit 55b37f0148
6 changed files with 17 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ cache:
script:
- cargo build
- cargo test
- cargo bench
- cargo bench --features nightly
after_success: |
[ $TRAVIS_BRANCH = master ] &&