enable travis build cache

This commit is contained in:
Alex Grintsvayg 2019-02-08 17:33:43 -05:00
parent 31daec7054
commit 41b513439f
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -8,6 +8,11 @@ env:
go:
- 1.11.x
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
notifications:
email: false