From 16b1bed2779f38b7ee4edfe21a56d3128c4be605 Mon Sep 17 00:00:00 2001 From: mumuy Date: Mon, 26 Sep 2016 22:57:30 +0800 Subject: [PATCH] =?UTF-8?q?updated=20travis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69c1f58..bc0a742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ node_js: - "0.12" script: - - npm run build - - npm test + - npm install + - npm run build + - npm test