From 286182b66f77c42d7e68980b63140ab4f53d1c19 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Mon, 4 Mar 2019 15:17:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8D=87=E7=BA=A7golang=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9482066b..67013033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh script: - - dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install + - dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" && go install before_deploy: - sudo apt-get -qq update