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
go:
- tip
- 1.5.1
- 1.4.3
- 1.3.3
- 1.6.2
- 1.5.4
# let us have pretty, fast Docker-based Travis workers!
sudo: false
install:
- go get -d ./...
- go get golang.org/x/tools/cmd/vet
script:
- go test -v ./...