enable travis build cache
This commit is contained in:
parent
31daec7054
commit
41b513439f
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ env:
|
|||
go:
|
||||
- 1.11.x
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/go-build
|
||||
- $HOME/gopath/pkg/mod
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue