Add go 1.9 in travis

This commit is contained in:
Mathieu Cornic 2017-11-04 10:15:06 +01:00 committed by GitHub
parent b79dc09ae5
commit 96b8ef0f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ go:
- 1.6 - 1.6
- 1.7 - 1.7
- 1.8 - 1.8
- 1.9
- master - master
install: install:
@ -19,4 +20,4 @@ script:
- gometalinter --vendor --config=./gometalinter.json ./... - gometalinter --vendor --config=./gometalinter.json ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)