From abab5c281cf121a381738a81132846575d6755c1 Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Sun, 22 Oct 2017 12:11:06 +0800 Subject: [PATCH] Update travis ci setting to use 1.9.x instead of 1.9 version of go --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9557e4f..1ade6be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ language: go go: - - 1.9 + - 1.8.x + - 1.9.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) + notifications: email: on_success: never \ No newline at end of file