Merge pull request #348 from HaraldNordgren/go_versions

Bump Go versions and use 1.n.x to get latest minor versions
This commit is contained in:
D 2018-10-28 09:30:28 +08:00 committed by GitHub
commit 10d8d65d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
language: go
go:
- 1.9
- 1.9.x
- 1.10.x
- 1.11.x
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls