File: .travis.yml

package info (click to toggle)
node-nodeunit 0.11.3%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,076 kB
  • sloc: javascript: 3,323; makefile: 141
file content (14 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js

node_js:
  - "stable"
  - "10"
  - "8"
  - "6.14"
  - "6.5"
  - "6.4"
  - "6.3"
  - "5.12"
  - "4.9"
  - "4.4"
  - "0.12"