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:
470e86e
)
travis: shift forward to Go 1.8 and 1.7
author
Gabe Rosenhouse
<grosenhouse@pivotal.io>
Wed, 5 Apr 2017 16:11:35 +0000
(09:11 -0700)
committer
Gabe Rosenhouse
<grosenhouse@pivotal.io>
Wed, 5 Apr 2017 16:11:35 +0000
(09:11 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
acaf593
..
e297644
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,9
+3,8
@@
sudo: required
dist: trusty
go:
- - 1.6.x
- 1.7.x
- -
tip
+ -
1.8.x
env:
global:
@@
-21,20
+20,6
@@
env:
matrix:
fast_finish: true
- allow_failures:
- - go: tip
- exclude:
- - go: tip
- env: TARGET=arm
- - go: tip
- env: TARGET=arm64
- - go: tip
- env: TARGET=ppc64le
- - go: tip
- env: TARGET=s390x
- - go: 1.6.x
- env: TARGET=s390x
-
install:
- go get ${TOOLS_CMD}/cover