Skip to content

Commit

Permalink
Enable go modules for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
miketonks committed Oct 26, 2019
1 parent ff74a05 commit 7b46650
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 @@ -3,4 +3,4 @@ language: go
go:
- 1.12

script: go test -v ./...
script: env GO111MODULE=on go test -v ./...

0 comments on commit 7b46650

Please sign in to comment.