Skip to content

Commit

Permalink
Merge branch 'master' into 1.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed May 8, 2013
2 parents 66eb581 + 55753e9 commit f8f33a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f8f33a8

Please sign in to comment.