Skip to content

Commit

Permalink
.travis.yml: enable caching for dep
Browse files Browse the repository at this point in the history
Enables caching for dep. This should improve CI times, but can
cause problems if dep's cache gets corrupted. See this PR for more
info: golang/dep#1293 (comment)
  • Loading branch information
AlexNPavel committed Feb 5, 2019
1 parent 4369d36 commit 542576a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: go
go_import_path: github.com/operator-framework/operator-sdk
sudo: required

cache:
directories:
- $GOPATH/pkg/dep

go:
- 1.10.3

Expand Down

0 comments on commit 542576a

Please sign in to comment.