Skip to content

Commit 271b85a

Browse files
committed
Set global GO111MODULE=on env variable for Travis
1 parent ec33efe commit 271b85a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: go
33
go:
44
- 1.12.4
55

6+
env:
7+
global:
8+
- GO111MODULE=on
9+
610
install:
711
- go get -v resenje.org/web/...
812

0 commit comments

Comments
 (0)