Browse Source

circle: fix config.yml

pull/1780/head
Zach Ramsay 7 years ago
parent
commit
a13a2529bf
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      .circleci/config.yml

+ 3
- 5
.circleci/config.yml 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

Loading…
Cancel
Save