Stop trying to run benchmarks on travis

This commit is contained in:
Francis Lalonde 2017-08-28 18:35:20 -04:00
parent 070db800ae
commit 86e10e520a
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
language: rust
rust:
- stable
- nightly
cache: cargo
script:
- cargo test
- cargo +nightly bench --features bench
- cargo test