mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Update travis.yml
This commit is contained in:
parent
fbe3ce8201
commit
04e103e5ab
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user