Make the Travis tests only run tip

The rest of the Go versions are better served by GitHub Actions.
This commit is contained in:
lhchavez 2020-10-23 05:20:11 -07:00
parent 10d5ebf231
commit f1c9c30779
1 changed files with 0 additions and 9 deletions

View File

@ -1,11 +1,6 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
install:
@ -15,10 +10,6 @@ install:
script:
- make test-static
matrix:
allow_failures:
- go: tip
git:
submodules: true