Skip to content

Commit

Permalink
also fetch test deps in travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jul 5, 2017
1 parent 56b89bf commit 2cedab3
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 @@ -4,7 +4,7 @@ go:
- 1.8.x
- tip
install:
- go get -v .
- go get -v -t .
script:
- go test -v
- make -C examples images

0 comments on commit 2cedab3

Please sign in to comment.