add semicolon

This commit is contained in:
Brian Grinstead 2017-04-13 13:20:32 -07:00
parent 930cfcc8a6
commit c8d4da6960

View file

@ -7,5 +7,5 @@ script:
- cargo test --verbose --all - cargo test --verbose --all
after_success: after_success:
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo bench --package mentat_tx_parser cargo bench --package mentat_tx_parser;
fi fi