Don't run benchmarks on travis.

Benchmarks require `#[feature(test)]` which is not supported by the stable branch.
This commit is contained in:
Sébastien Crozet 2015-06-19 23:48:27 +02:00
parent 44df67bde2
commit cbd9ebad9f
1 changed files with 0 additions and 1 deletions

View File

@ -5,4 +5,3 @@ script:
- cargo --version
- cargo build --verbose
- cargo test --verbose --features arbitrary
- cargo bench --verbose