Skip to content

Commit

Permalink
Fixes build issue on .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed May 15, 2017
1 parent fed3ed4 commit d460489
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ language: go
go:
- 1.8

script: make build
install:
- go get -u github.com/Masterminds/glide/...
- go get -u github.com/sgotti/glide-vc

script: make build

0 comments on commit d460489

Please sign in to comment.