travis: be gone with you!

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-03-25 18:19:53 -04:00
parent 70fb294a9b
commit 3c599ed534
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
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 ./...