do not run benches on travis

This commit is contained in:
debris 2016-02-19 11:03:02 +01:00
parent bef6d5f2a1
commit 2ad8f6bd74
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_script: |
script:
- cargo build --release --verbose ${FEATURES}
- cargo test --release --verbose ${FEATURES} ${TARGETS}
- cargo bench --no-run ${FEATURES} ${TARGETS}
#- cargo bench --no-run ${FEATURES} ${TARGETS}
- tar cvzf parity${ARCHIVE_SUFFIX}.tar.gz -C target/release parity
after_success: |
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&