1
0
Fork 0

Merge pull request #32 from vbatts/fix-travis

travis: update golang versions
This commit is contained in:
Vincent Batts 2016-06-26 15:00:37 -04:00 committed by GitHub
commit 28bc4c32f9
1 changed files with 2 additions and 4 deletions

View File

@ -1,16 +1,14 @@
language: go language: go
go: go:
- tip - tip
- 1.5.1 - 1.6.2
- 1.4.3 - 1.5.4
- 1.3.3
# let us have pretty, fast Docker-based Travis workers! # let us have pretty, fast Docker-based Travis workers!
sudo: false sudo: false
install: install:
- go get -d ./... - go get -d ./...
- go get golang.org/x/tools/cmd/vet
script: script:
- go test -v ./... - go test -v ./...