Use workaround

This commit is contained in:
Brian Grinstead 2017-04-13 13:25:12 -07:00
parent c8d4da6960
commit a6d5dd0acf

View file

@ -6,6 +6,6 @@ script:
- cargo build
- cargo test --verbose --all
after_success:
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
- if [ "$TRAVIS_RUST_VERSION" == "nightly-2017-04-11" ]; then
cargo bench --package mentat_tx_parser;
fi