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:
b7ff8ab
)
Tweak the travis file
author
Abhishek Chanda
<abhishek.becs@gmail.com>
Thu, 25 Feb 2016 06:32:08 +0000
(22:32 -0800)
committer
Abhishek Chanda
<abhishek.becs@gmail.com>
Thu, 25 Feb 2016 06:32:08 +0000
(22:32 -0800)
- Build against more versions of Go
- Explicitely specify go versions
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
ba206fd
..
34249a2
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,14
+1,15
@@
language: go
-matrix:
- include:
- - go: 1.4
- env: TOOLS_CMD=golang.org/x/tools/cmd
+
+go:
+ - 1.4
+ - 1.5.3
+ - 1.6
+
+env:
+ - TOOLS_CMD=golang.org/x/tools/cmd
install:
- go get ${TOOLS_CMD}/vet
script:
- ./test
-
-notifications:
- email: false