Update travis ci setting to use 1.9.x instead of 1.9 version of go
This commit is contained in:
parent
d0ec38c405
commit
abab5c281c
|
@ -1,13 +1,15 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.9
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
Reference in New Issue