Merge pull request #240 from tendermint/zach/fix-circle

circle: fix config.yml
This commit is contained in:
Ethan Buchman 2018-05-16 10:45:12 -04:00 committed by GitHub
commit 4780afcc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -58,7 +58,7 @@ jobs:
- run:
name: Run integration tests
command: |
find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
export PATH="$GOBIN:$PATH"
bash tests/test.sh
test_cover:
@ -112,10 +112,8 @@ workflows:
requires:
- setup_dependencies
- test_integration:
requires:
requires:
- setup_dependencies
- upload_coverage:
requires:
- test_integrations
- test_integration