Adding go1.8 to travis config

This commit is contained in:
Kenneth Shaw 2017-02-22 08:27:44 +07:00
parent e8e7c84642
commit c6781d513d

View File

@ -1,6 +1,7 @@
language: go language: go
go: go:
- 1.7 - 1.7
- 1.8
- tip - tip
before_install: before_install:
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls