Skip to content

Commit

Permalink
fix(travis): enable go modules globally
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 3, 2020
1 parent 28b1fc0 commit 854bec2
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 @@ -10,6 +10,9 @@ go:
- 1.12.x
- tip

env:
- GO111MODULE=on

matrix:
allow_failures:
- go: tip
Expand Down

0 comments on commit 854bec2

Please sign in to comment.