File: .travis.yml

package info (click to toggle)
node-source-map-support 0.5.21%2Bds%2B~0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 408 kB
  • sloc: javascript: 1,163; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
  - 10
  - 9
  - '8'
  - '7'
  - '6'
  - '4'
  - '0.12'
  - '0.10'