.travis.yml: Drop older Go versions from CI

It causes us to queue for instances due to quota limits.
for/master
Dustin Oprea 2020-05-06 01:41:25 -04:00
parent 6303a275e5
commit 357e25f102
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ go:
- "1.12"
- "1.11"
- "1.10"
- "1.9"
- "1.8"
install:
- go get -t ./...
- go get github.com/mattn/goveralls