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 language: go
go: go:
- tip - 1.10
- 1.9
- 1.8
- 1.7
- master
install: install:
- go get -t ./... - go get -t ./...
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls