add semicolon
This commit is contained in:
parent
930cfcc8a6
commit
c8d4da6960
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ script:
|
|||
- cargo test --verbose --all
|
||||
after_success:
|
||||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
|
||||
cargo bench --package mentat_tx_parser
|
||||
cargo bench --package mentat_tx_parser;
|
||||
fi
|
Loading…
Reference in a new issue