Remove .travis.yml

Use GitHub actions instead.
This commit is contained in:
Bjørn Erik Pedersen 2021-07-27 13:24:54 +02:00
parent 57c98fb578
commit a9f3cbf098
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
language: go
env:
- GO111MODULE=on
sudo: required
go:
- "1.15.x"
- "1.16.x"
- tip
os:
- linux
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- make check