mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
7 lines
154 B
YAML
7 lines
154 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "8"
|
||
|
before_script:
|
||
|
- "export DISPLAY=:99.0"
|
||
|
- "sh -e /etc/init.d/xvfb start"
|
||
|
- sleep 3 # give xvfb some time to start
|