From 906965692eb7a7b139cc02cdb76bb957efc1a645 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Mon, 4 Mar 2019 15:58:55 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e113aa5..13f323c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ go: - "1.12" sudo: true -install: true +install: + - dep ensure before_install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh