File: .travis.yml

package info (click to toggle)
node-tap-parser 7.0.0%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,932 kB
  • sloc: makefile: 74; sh: 27
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
language: node_js
before_script: npm install -g npm@latest
node_js:
  - '0.8'
  - '0.10'
  - '0.12'
  - 'iojs'