Skip to content

Commit

Permalink
Merge pull request kubevirt#58 from rmohr/travis
Browse files Browse the repository at this point in the history
Do a git reset --hard on travis
  • Loading branch information
rmohr authored Jan 20, 2017
2 parents 8271513 + 64fe3f7 commit f444e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ go:
- tip

install:
- git reset --hard # we are caching the vendor folder, make sure we see the new vendor.json file
- go get -u github.com/kardianos/govendor
- go get -u github.com/golang/mock/gomock
- go get -u github.com/golang/mock/mockgen
Expand Down

0 comments on commit f444e9c

Please sign in to comment.