diff --git a/.travis.yml b/.travis.yml index e93feac..087805c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) \ No newline at end of file +- bash <(curl -s https://codecov.io/bash)