Merge pull request #78 from romanlevin/patch-2

Test on supported versions of Go
This commit is contained in:
Mat Ryer 2019-01-15 13:34:53 +00:00 committed by GitHub
commit c4521bcc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,13 @@ language: go
sudo: false sudo: false
go: go:
- 1.7.x - 1.9.x
- 1.8.x - 1.10.x
- 1.11.x
- tip - tip
before_install: before_install:
- go get github.com/golang/lint/golint - go get golang.org/x/lint/golint
before_script: before_script:
- go vet ./... - go vet ./...