Skip to content

Commit

Permalink
travis: replace cache hackery with GOPROXY (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Apr 30, 2019
1 parent bdc8df6 commit 2c58cba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: go
cache:
directories:
- $GOPATH/pkg
before_install:
- export GOCACHE=$GOPATH/pkg/cache
- go get github.com/mattn/goveralls@master
install:
- make deps
Expand All @@ -13,5 +9,6 @@ script:
env:
global:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
go:
- 1.x

0 comments on commit 2c58cba

Please sign in to comment.