File: .travis.yml

package info (click to toggle)
node-currently-unhandled 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 168 kB
  • sloc: javascript: 486; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js

node_js:
  - '6'
  - '5'
  - '4'
  - '0.12'
  - '0.10'

before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
  - sleep 3 # give xvfb some time to start

after_script:
  - 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'