From d13db8c2b6fe07eac9885520e38cc5144c740ddd Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Fri, 23 Feb 2018 10:07:13 +0800 Subject: [PATCH] Update travis CI config and clean up gitignore --- .gitignore | 1 - .travis.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 902846f..a1338d6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,3 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ -.idea/workspace.xml diff --git a/.travis.yml b/.travis.yml index 1ade6be..6403c9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.8.x - 1.9.x + - 1.10.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic