Problem: Travis CI fails

Solution: fix a mistake in the script
This commit is contained in:
Yurii Rashkovskii 2018-06-15 14:05:32 -07:00
parent 18301ae627
commit 79fe3be8df
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ matrix:
- export PATH=${HOME}/bin:${PATH}
- cd integration-tests
script:
- env BACKTRACE=1 cd bridge && cargo test
- env BACKTRACE=1 cd integration-tests && cargo test -- --test-threads=1 --nocapture
- env BACKTRACE=1 && cd bridge && cargo test
- env BACKTRACE=1 && cd integration-tests && cargo test -- --test-threads=1 --nocapture
- make
- cp target/releases/bridge bridge-linux-x86_64
before_deploy: git tag `git describe --always --tags`