Skip to content

Commit

Permalink
Merge pull request #167 from linkernetworks/hwchiu/poc-2
Browse files Browse the repository at this point in the history
Cache the govendor/gobuild for travis testing.
  • Loading branch information
John-Lin authored Jul 25, 2018
2 parents c208fe1 + 12f8fc1 commit 4b4e3ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ dist: xenial
go:
- "1.10.x"

cache:
directories:
- $HOME/.cache/go-build
- $GOPATH/.cache/govendor

env:
- CHANGE_MINIKUBE_NONE_USER=true

Expand Down

0 comments on commit 4b4e3ca

Please sign in to comment.