datetimepicker/.travis.yml

7 lines
154 B
YAML
Raw Normal View History

2018-03-21 16:23:38 +00:00
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