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:
6f63d9d
)
travis: cleanup and bump go versions
author
Stefan Junker
<mail@stefanjunker.de>
Thu, 26 May 2016 12:43:18 +0000
(14:43 +0200)
committer
Stefan Junker
<mail@stefanjunker.de>
Thu, 26 May 2016 12:43:18 +0000
(14:43 +0200)
* cleanup structure
* explicitly use go-{1.5.3,1.6.2}
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
5e29caf
..
9f2a0c2
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-2,20
+2,20
@@
language: go
sudo: required
dist: trusty
-go:
- - 1.5.3
- - 1.6
- - tip
matrix:
- allow_failures:
+ include:
+ - go: 1.5.3
+ env: GO15VENDOREXPERIMENT=1
+ - go: 1.6.2
+ - go: tip
+ allow_failures:
- go: tip
env:
global:
- TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH
- - GO15VENDOREXPERIMENT=1
install:
- go get ${TOOLS_CMD}/cover