File: .travis.yml

package info (click to toggle)
node-stringstream 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: javascript: 138; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
language: node_js
node_js:
  - 4
  - 6
  - 8
  - 10