Skip to content

Commit f31f460

Browse files
author
Sean Sain
committed
now that we have vendor make the travis builds use it
1 parent f17695a commit f31f460

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)