mentat/.travis.yml

11 lines
228 B
YAML
Raw Normal View History

2016-12-16 18:45:58 +00:00
language: rust
2017-04-13 19:00:19 +00:00
rust:
- stable
- nightly
script:
2017-04-13 20:11:58 +00:00
- cargo build --verbose
- cargo test --verbose --all
after_success:
2017-04-13 19:00:19 +00:00
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo bench --package mentat_tx_parser
fi