1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-09-27 20:49:48 +00:00
tar-split/.travis.yml
asellappen 6b914ec7a4
Add poweron architecture ppc64le to travis build
travis build to support
2020-10-28 11:46:55 +05:30

22 lines
265 B
YAML

language: go
arch:
- amd64
- ppc64le
go:
- tip
- 1.15.x
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
# let us have pretty, fast Docker-based Travis workers!
sudo: false
install:
- go get -d ./...
script:
- go test -v ./...
- go vet ./...