git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ff0e4
)
Let go tip fail, add vendor flag for 1.5
author
Zachary Gershman
<zgershman@pivotal.io>
Thu, 17 Mar 2016 00:00:51 +0000
(17:00 -0700)
committer
Zachary Gershman
<zgershman@pivotal.io>
Thu, 17 Mar 2016 00:00:51 +0000
(17:00 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
626b08b
..
8c7cd0d
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-7,10
+7,15
@@
go:
- 1.6
- tip
+matrix:
+ allow_failures:
+ - go: tip
+
env:
global:
- TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH
+ - GO15VENDOREXPERIMENT=1
install:
- go get ${TOOLS_CMD}/vet