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

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