Skip to content

Commit 21d9eff

Browse files
committed
added GOMODULES env for 1.11 and 1.12
1 parent e9cdc0b commit 21d9eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ go:
44
- 1.12.x
55
- 1.13.x
66
- 1.x
7-
#go: 1.x
7+
8+
env:
9+
- GO111MODULE=on
810

911
script:
1012
- cd src/

0 commit comments

Comments
 (0)