chore(travis): add go 1.9.x build

This commit is contained in:
Eason Lin 2017-09-19 11:19:00 +08:00 committed by GitHub
parent a10887db49
commit 9727f4f149
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.8.x
- 1.9.x
before_install:
- go get -t -v ./...
@ -10,4 +11,4 @@ script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)