diff --git a/.travis.yml b/.travis.yml index 7aa16de5..02b4ef60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file