Update .travis.yml

Excluding go version 1.9 as only go version1.13 onwards are supported.
This commit is contained in:
santosh653 2020-11-04 05:22:10 -05:00 committed by GitHub
parent a1eb035af7
commit c558405d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ language: go
go:
- tip
- 1.9
jobs:
exclude:
- go: 1.9
arch: amd64
- go: 1.9
arch: ppc64le
script:
- go get golang.org/x/lint/golint
- go get golang.org/x/tools/cmd/cover