build: test with Go 1.9.x

This commit is contained in:
Martin Atkins 2017-09-11 18:40:02 -07:00
parent 5956c82199
commit 9279eec508

View File

@ -1,8 +1,7 @@
language: go language: go
go: go:
- 1.8.x - 1.9.x
- tip
before_install: before_install:
- go get -t -v ./... - go get -t -v ./...