Skip to content

Commit 43ffa5c

Browse files
authored
Merge pull request #65 from terraform-providers/travis-go-modules
enable go modules and vendoring in travis
2 parents eb2e166 + e170a82 commit 43ffa5c

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)