File: .travis.yml

package info (click to toggle)
node-xml2js 0.4.23%2B~cs15.4.0%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,380 kB
  • sloc: xml: 117; javascript: 7; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js

node_js:
  - "4"
  - "6"
  - "8"
  - "10"
  - "12"

after_success: npm run coveralls

sudo: false