Don't run benchmarks on travis.
Benchmarks require `#[feature(test)]` which is not supported by the stable branch.
This commit is contained in:
parent
44df67bde2
commit
cbd9ebad9f
|
@ -5,4 +5,3 @@ script:
|
|||
- cargo --version
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose --features arbitrary
|
||||
- cargo bench --verbose
|
||||
|
|
Loading…
Reference in New Issue