Skip to content

Commit 5c10bd8

Browse files
committed
(fix) enable go modules in travis
1 parent f14651b commit 5c10bd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: go
22

3+
env:
4+
- GO111MODULE=on
5+
36
# calls goreleaser
47
deploy:
58
- provider: script

0 commit comments

Comments
 (0)