chore(ci): cache Go modules dirs on Travis

This commit is contained in:
Łukasz Mierzwa
2018-12-23 11:18:07 +00:00
parent 9942cebf68
commit d2af0f2b21

View File

@@ -1,6 +1,11 @@
defaults_go: &DEFAULTS_GO
language: go
go: "1.11.4"
cache:
directories:
# https://restic.net/blog/2018-09-02/travis-build-cache
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
defaults_js: &DEFAULTS_JS
language: node_js