mentat/.travis.yml
2017-04-13 12:00:19 -07:00

10 lines
No EOL
202 B
YAML

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