chore(travis): only test integration benches, not run full benchmarks

This commit is contained in:
Sean McArthur
2017-01-16 11:49:47 -08:00
parent 1520d97ec1
commit fef401921c

View File

@@ -18,7 +18,7 @@ script:
- cargo build --verbose $FEATURES
- cargo test --verbose $FEATURES
- 'for f in ./doc/**/*.md; do echo "Running rustdoc on $f"; rustdoc -L ./target/debug -L ./target/debug/deps --test $f; done'
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo bench $FEATURES; fi'
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
addons:
apt: