Skip to content

Commit 57639c7

Browse files
committed
Fix Travis builds
1 parent d01bf53 commit 57639c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- go get -u github.com/axw/gocov/gocov
2323
- go get -u github.com/mattn/goveralls
2424
- go get golang.org/x/tools/cmd/cover
25-
- go get github.com/moul/anonuuid/cmd/anonuuid
25+
- GO15VENDOREXPERIMENT=1 go get github.com/moul/anonuuid/cmd/anonuuid
2626

2727

2828
script:

0 commit comments

Comments
 (0)