Update travis.yml

This commit is contained in:
Olly Smith 2012-09-20 07:45:04 +01:00
parent fbe3ce8201
commit 04e103e5ab

View File

@ -1,10 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- 0.6 - 0.8
before_script: before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "npm install -g grunt" - "npm install -g grunt"
- "npm install" - "npm install"
script: script:
- "DISPLAY=:99.0 grunt" - "grunt"