Skip to content

Commit

Permalink
Need to go get everything, just to clean it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Jul 10, 2015
1 parent dc6e52c commit abb90ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Expand Up @@ -35,7 +35,9 @@ dependencies:

test:
override:
- test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; COVERDIR=test/coverage ./test/units.sh && make clean):
- test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; COVERDIR=test/coverage ./test/units.sh):
parallel: true
- cd $SRCDIR; go get -tags netgo ./... && make clean:
parallel: true
- docker run -v /var/run/docker.sock:/run/docker.sock -v /home/ubuntu:/home/go -e COVERAGE=true weaveworks/weave-build:
parallel: true
Expand Down

0 comments on commit abb90ee

Please sign in to comment.