Skip to content

Commit 20710b0

Browse files
committed
add GO111MODULE=on env in travis
Signed-off-by: Peter Hunt <[email protected]>
1 parent 78889f1 commit 20710b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ go:
88
env:
99
- GOPROXY=https://proxy.golang.org
1010
- GOSUMDB=https://sum.golang.org
11+
- GO111MODULE=on
1112

1213
os:
1314
- linux

0 commit comments

Comments
 (0)