Merge pull request #78 from romanlevin/patch-2
Test on supported versions of Go
This commit is contained in:
commit
c4521bcc9d
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user