Merge pull request #126 from c-bata/travis-cache

Cache go mod files
This commit is contained in:
Masashi SHIBATA 2019-02-23 17:08:47 +09:00 committed by GitHub
commit df16feb8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ env:
cache:
directories:
- $(go env GOCACHE)
- $GOPATH/pkg/mod/cache
install:
- GO111MODULE=off go get -u golang.org/x/lint/golint