Problem: Travis CI fails

Solution: don't change directory before the script
This commit is contained in:
Yurii Rashkovskii 2018-06-15 14:08:06 -07:00
parent fabdede30e
commit 5ea6bb185d
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ matrix:
- chmod +x parity
- cp parity ${HOME}/bin
- 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