From 9727f4f149893a81f6a324c1ff7b301d1c65c4f8 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Tue, 19 Sep 2017 11:19:00 +0800 Subject: [PATCH] chore(travis): add go 1.9.x build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee2fbe4..1eb8e11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.8.x + - 1.9.x before_install: - go get -t -v ./... @@ -10,4 +11,4 @@ script: - go test -coverprofile=coverage.txt -covermode=atomic after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)