1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-12-19 11:56:30 +00:00

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

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 ./...