1
0
Fork 0
forked from mirrors/tar-split
tar-split/.travis.yml
Vincent Batts d80c6b3bb1 travis: drop go1.2
seems overly reasonable to support go1.3 and greater. :-)

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-12-01 15:26:30 -05:00

17 lines
239 B
YAML

language: go
go:
- tip
- 1.5.1
- 1.4.3
- 1.3.3
# 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 ./...
- go vet ./...