From 96b8ef0f36a8f067285ccd98705e5f4f6ba0edaf Mon Sep 17 00:00:00 2001 From: Mathieu Cornic Date: Sat, 4 Nov 2017 10:15:06 +0100 Subject: [PATCH] Add go 1.9 in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)