Skip to content

Commit

Permalink
Force go get to download test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Connor <[email protected]>
  • Loading branch information
Andrea Nodari authored and terminatingcode committed Mar 9, 2018
1 parent 730ad5b commit aac64c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:
- 1.10.x

install:
- go get ./...
- go get -v -t ./...
- go get -v github.com/onsi/ginkgo/ginkgo

script: ginkgo -r

0 comments on commit aac64c8

Please sign in to comment.