9 lines
188 B
YAML
9 lines
188 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- 0.6
|
||
|
before_script:
|
||
|
- "git submodule update --init"
|
||
|
- "export DISPLAY=:99.0"
|
||
|
- "sh -e /etc/init.d/xvfb start"
|
||
|
- "phantomjs test/phantom-js-loader.js"
|