try nightly only
This commit is contained in:
parent
3cc99d7527
commit
026af0b213
1 changed files with 6 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue