try nightly only

This commit is contained in:
Brian Grinstead 2017-04-13 12:00:19 -07:00
parent 3cc99d7527
commit 026af0b213

View file

@ -1,5 +1,10 @@
language: rust
rust:
- stable
- nightly
script:
- cargo test --verbose --all
after_success:
- cargo bench --package mentat_tx_parser
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo bench --package mentat_tx_parser
fi