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 Jan 22, 2020
1 parent 000975b commit 30a8868
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 30a8868

Please sign in to comment.