Skip to content

Commit

Permalink
Cache go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Aug 7, 2019
1 parent 31ac0d2 commit 3206f71
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
Expand Up @@ -2,6 +2,9 @@ sudo: required
language: go
go:
- "1.12"
cache:
directories:
- $GOPATH/pkg/mod
services:
- docker
script:
Expand Down

0 comments on commit 3206f71

Please sign in to comment.