Skip to content

Commit a85d650

Browse files
committed
Update .travis.yml, set GO15VENDOREXPERIMENT=1"
1 parent e6aafa2 commit a85d650

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.travis.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
language: go
22

3-
env:
4-
- GO15VENDOREXPERIMENT=0
3+
os:
4+
- linux
5+
- osx
56

67
go:
7-
- 1.5.3
8-
- 1.4.3
9-
- 1.3.3
10-
- 1.6
11-
12-
install:
13-
- go get -u github.com/tools/godep
8+
- 1.6.2
9+
- 1.5.4
1410

1511
script:
1612
- make gotest

0 commit comments

Comments
 (0)