From d2ec395be411373bd1fac6ddd1788c53950d1748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=BE=9B=E6=A0=BC?= <xg.gao@tianrang-inc.com> Date: Wed, 17 Jul 2019 15:23:57 +0800 Subject: [PATCH] modify travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 47ffe50b0..2d739b5af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,8 @@ before_install: - mv consul ~/bin - export PATH="~/bin:$PATH" -install: true - script: - - consul --help + - env | grep GO111MODULE - go fmt ./... && [[ -z `git status -s` ]] - go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic -- GitLab