run tests with go 1.9 beta on travis
This commit is contained in:
parent
ae1548cbe1
commit
1f5491cdd3
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.x
|
- 1.9.x
|
||||||
- master
|
- master
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -10,4 +10,4 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -o wings
|
- go build -o wings
|
||||||
- go test $(go list ./... | grep -v vendor)
|
- go test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user