File: .travis.yml

package info (click to toggle)
node-path-dirname 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: javascript: 282; sh: 3; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
language: node_js
node_js:
  - '6'
  - '5'
  - '4'
  - '0.12'
  - '0.10'
  - '0.8'