File: .travis.yml

package info (click to toggle)
jquery-datetimepicker 2.5.20%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: javascript: 2,691; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
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