From aef2b980692d7660f9ce2efd9a86f9957d8f25f9 Mon Sep 17 00:00:00 2001 From: mumuy Date: Mon, 26 Sep 2016 23:17:34 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d3b759..09875ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,12 @@ language: node_js node_js: - - "4.4.4" - - "0.12" + - "4.4.4" + - "0.12" + +install: + - npm install script: - - npm run ci + - npm run build + - npm test