Update travis ci setting to use 1.9.x instead of 1.9 version of go

This commit is contained in:
Weilin Shi 2017-10-22 12:11:06 +08:00
parent d0ec38c405
commit abab5c281c
1 changed files with 3 additions and 1 deletions

View File

@ -1,13 +1,15 @@
language: go language: go
go: go:
- 1.9 - 1.8.x
- 1.9.x
script: script:
- go test -race -coverprofile=coverage.txt -covermode=atomic - go test -race -coverprofile=coverage.txt -covermode=atomic
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
notifications: notifications:
email: email:
on_success: never on_success: never