travis: test against go 1.7 and 1.8

This commit is contained in:
Michael Marineau 2017-04-21 14:07:12 -07:00
parent 4d02220019
commit acd5c75d52
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
language: go
go: 1.1
sudo: false
go:
- 1.7.5
- 1.8.1
script:
- go test -v ./...