Skip to content

Commit 9e4309e

Browse files
authored
Merge pull request #116 from SumoLogic/ssain-add-vendor-flag-to-travis
now that we have vendor make the travis builds use it
2 parents 2bba4ea + f31f460 commit 9e4309e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ services:
55
language: go
66
go:
77
- "1.13.x"
8-
9-
env:
10-
- GO111MODULE=on
118

129
install:
1310
# This script is used by the Travis build to install a cookie for
@@ -24,3 +21,6 @@ matrix:
2421
fast_finish: true
2522
allow_failures:
2623
- go: tip
24+
25+
env:
26+
- GOFLAGS=-mod=vendor GO111MODULE=on

0 commit comments

Comments
 (0)