ci: Added support for more Go versions.

pull/3/head
Dustin Oprea 2018-05-03 12:43:15 -04:00
parent 75b2c75c5a
commit 21ce2d887e
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
language: go
go:
- tip
- 1.10
- 1.9
- 1.8
- 1.7
- master
install:
- go get -t ./...
- go get github.com/mattn/goveralls