Add go 1.9 in travis
This commit is contained in:
parent
b79dc09ae5
commit
96b8ef0f36
|
@ -4,6 +4,7 @@ go:
|
|||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- master
|
||||
|
||||
install:
|
||||
|
@ -19,4 +20,4 @@ script:
|
|||
- gometalinter --vendor --config=./gometalinter.json ./...
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in New Issue