run tests with go 1.9 beta on travis

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 13:36:17 +02:00
parent ae1548cbe1
commit 1f5491cdd3

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.8.x
- 1.9.x
- master
install:
@ -10,4 +10,4 @@ install:
script:
- go build -o wings
- go test $(go list ./... | grep -v vendor)
- go test