From 4a89e8ccfd039338820e39b88645d101bd239d5f Mon Sep 17 00:00:00 2001 From: Minho Date: Tue, 6 Mar 2018 15:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=8C=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=B9=B6=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a4a5349..a9683518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,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 -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install before_deploy: - sudo apt-get -qq update