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

View File

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