mentat/.travis.yml
2017-04-13 13:11:58 -07:00

11 lines
228 B
YAML

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