Skip to content

Commit

Permalink
Download dependencies before running tests in travis
Browse files Browse the repository at this point in the history
Signed-off-by: Kieron Browne <[email protected]>
  • Loading branch information
Andrea Nodari authored and Kieron Browne committed Mar 9, 2018
1 parent b89227f commit 730ad5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: go

go:
- 1.7.3
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x

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

script: ginkgo -r

0 comments on commit 730ad5b

Please sign in to comment.