Skip to content

Commit

Permalink
travis: cache GOPATH/pkg
Browse files Browse the repository at this point in the history
Should help with dep and go modules.
  • Loading branch information
fsouza committed Feb 10, 2019
1 parent c2b3498 commit db44c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go
sudo: required
cache:
directories:
- $GOPATH/pkg
go:
- 1.10.x
- 1.11.x
Expand Down

0 comments on commit db44c8c

Please sign in to comment.