Skip to content
Snippets Groups Projects
Commit 2bf5064c authored by bryanl's avatar bryanl
Browse files

updating travis to use 1.9


Signed-off-by: default avatarbryanl <bryanliles@gmail.com>
parent 012f40d2
No related branches found
No related tags found
No related merge requests found
language: go language: go
go: go:
- 1.8.x - 1.9.x
os: os:
- linux - linux
...@@ -22,15 +22,15 @@ osx_image: xcode8.3 ...@@ -22,15 +22,15 @@ osx_image: xcode8.3
matrix: matrix:
include: include:
- env: TARGET=x86_64-linux-musl EXTRA_GO_FLAGS_TEST="" - env: TARGET=x86_64-linux-musl EXTRA_GO_FLAGS_TEST=""
go: 1.8.x go: 1.9.x
- env: DO_INTEGRATION_TEST=1 INT_KVERS=v1.7.0 - env: DO_INTEGRATION_TEST=1 INT_KVERS=v1.7.0
- os: osx - os: osx
go: 1.8.x go: 1.9.x
fast_finish: true fast_finish: true
allow_failures: allow_failures:
# Let us know if/when 'go test' works again on MacOS.. # Let us know if/when 'go test' works again on MacOS..
- os: osx - os: osx
go: 1.8.x go: 1.9.x
services: services:
- docker - docker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment