Skip to content

Commit 8fd775d

Browse files
committed
Update travis configuration
1 parent efa42b5 commit 8fd775d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ language: go
22
go:
33
- 1.5
44

5-
script: export GO15VENDOREXPERIMENT=1 && go build -v .
5+
install:
6+
- export GO15VENDOREXPERIMENT=1
7+
- go get -v -t ./...
8+
9+
script: export GO15VENDOREXPERIMENT=1 && go build -v ./...

0 commit comments

Comments
 (0)