Manually install Godep in pre-install

This commit is contained in:
joeduffy 2017-05-24 11:05:20 -07:00
parent c18ae86cc8
commit efdfa42527

View file

@ -3,6 +3,7 @@ go:
- 1.8.x
- master
before_install:
- go get -v github.com/tools/godep
- go get -v github.com/golang/lint/golint
install:
- godep restore