Skip to content

Commit e170a82

Browse files
committed
enable go modules and vendoring in travis
1 parent eb2e166 commit e170a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
language: go
66
go:
77
- "1.11.x"
8+
env:
9+
- GO111MODULE=on GOFLAGS=-mod=vendor
810

911
install:
1012
# This script is used by the Travis build to install a cookie for

0 commit comments

Comments
 (0)