Skip to content

Commit

Permalink
Merge pull request #45 from twpayne/travis-fixes
Browse files Browse the repository at this point in the history
Set GO111MODULE in .travis.yml
  • Loading branch information
twpayne authored Nov 30, 2018
2 parents ef267c6 + b45c5ad commit db396af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ addons:
go:
- 1.11.x

env:
- GO111MODULE=on

# uncomment below if docker builds are enabled in .goreleaser.yaml
# services:
# - docker
Expand Down

0 comments on commit db396af

Please sign in to comment.