8 lines
206 B
YAML
8 lines
206 B
YAML
|
|
language: "node_js"
|
||
|
|
before_script:
|
||
|
|
# testling use headless browser
|
||
|
|
# on travis-ci, firefox is the default one
|
||
|
|
# & it needs a display to works
|
||
|
|
- export DISPLAY=:99.0
|
||
|
|
- sh -e /etc/init.d/xvfb start
|