From 55753e9187dfb6099c597d7345f23652485c473a Mon Sep 17 00:00:00 2001 From: popomore Date: Wed, 8 May 2013 11:32:14 +0800 Subject: [PATCH] update travis --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d78a87e..4e67a21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,12 @@ node_js: - 0.8 install: - - npm install node-static mocha-phantomjs - - npm install nico@ninja + - npm install mocha-browser nico before_script: - - git clone -b new-nico git://github.com/aralejs/nico-arale.git _theme + - git clone git://github.com/aralejs/nico-arale.git _theme - node_modules/.bin/nico build --theme _theme -C _theme/nico.js script: - - node _theme/server.js _site node_modules/.bin/mocha-phantomjs http://127.0.0.1:8000/tests/runner.html - - node _theme/server.js _site node_modules/.bin/mocha-phantomjs http://127.0.0.1:8000/tests/runner.html?src + - node_modules/.bin/mocha-browser _site/tests/runner.html -S +