Use travis-cargo for benchmarks

This commit is contained in:
Alexis Mousset
2015-10-22 23:52:30 +02:00
parent 4da9e16bfc
commit 9e30e7185e

View File

@@ -29,9 +29,9 @@ script:
- travis-cargo build
- travis-cargo test
- travis-cargo doc
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo bench; fi'
after_success:
- travis-cargo --only nightly bench
- travis-cargo --only stable doc-upload
- travis-cargo --only stable coveralls