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 9cfcf07 + 56ebf9d commit 5f1f349
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 5f1f349

Please sign in to comment.