travis: cleanup and bump go versions

* cleanup structure
* explicitly use go-{1.5.3,1.6.2}
This commit is contained in:
Stefan Junker 2016-05-26 14:43:18 +02:00
parent 6f63d9d707
commit 572fcc7076

View File

@ -2,12 +2,13 @@ language: go
sudo: required sudo: required
dist: trusty dist: trusty
go:
- 1.5.3
- 1.6
- tip
matrix: matrix:
include:
- go: 1.5.3
env: GO15VENDOREXPERIMENT=1
- go: 1.6.2
- go: tip
allow_failures: allow_failures:
- go: tip - go: tip
@ -15,7 +16,6 @@ env:
global: global:
- TOOLS_CMD=golang.org/x/tools/cmd - TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH - PATH=$GOROOT/bin:$PATH
- GO15VENDOREXPERIMENT=1
install: install:
- go get ${TOOLS_CMD}/cover - go get ${TOOLS_CMD}/cover