Skip to content

Commit

Permalink
fix(travis): set go modules on
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Bond committed Sep 3, 2019
1 parent 1dd6865 commit 869b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:
services:
- docker
before_install:
- go get github.com/goreleaser/goreleaser
- GO111MODULE=on; go get github.com/goreleaser/goreleaser
script:
- make test
- make _output/bin/kubectl-trace
Expand Down

0 comments on commit 869b210

Please sign in to comment.