Update travis config.

This commit is contained in:
Olly Smith 2012-06-26 07:36:58 +01:00
parent fae93b151c
commit ddefda0016

View File

@ -4,5 +4,6 @@ node_js:
before_script: before_script:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- "npm install -g grunt"
script: script:
- "DISPLAY=:99.0 phantomjs --local-to-remote-url-access=yes test/run-qunit.js file://$PWD/test/test.html" - "DISPLAY=:99.0 grunt mocha"