We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf26f1 commit 6bf19d9Copy full SHA for 6bf19d9
.travis.yml
@@ -1,9 +1,13 @@
1
language: go
2
3
+env:
4
+ - GO15VENDOREXPERIMENT=0
5
+
6
go:
- - 1.4.3
- - 1.5.2
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
Makefile
@@ -1,5 +1,7 @@
.DEFAULT_GOAL := build-all
+export GO15VENDOREXPERIMENT=0
.PHONY: godep
GODEP :=
0 commit comments