mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-11 11:26:00 +00:00
13 lines
195 B
YAML
13 lines
195 B
YAML
language: go
|
|
go:
|
|
- 1.4.1
|
|
- 1.3.3
|
|
|
|
# let us have pretty, fast Docker-based Travis workers!
|
|
sudo: false
|
|
|
|
# we don't need "go get" here <3
|
|
install: go get -d ./...
|
|
|
|
script:
|
|
- go test -v ./...
|