travis: only run on latest go

This commit is contained in:
Johan T. Halseth 2018-11-16 11:07:03 +01:00
parent b64d55cdbf
commit d3c9be1f32
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -5,10 +5,6 @@ matrix:
env: RACE=true LINT=true
- go: "1.11.x"
env: ITEST=true COVER=true LINT=true
- go: "1.10.x"
env: RACE=true LINT=false
- go: "1.10.x"
env: ITEST=true COVER=true LINT=false
sudo: required
install: