File: .travis.yml

package info (click to toggle)
node-parse-filepath 1.0.2%2B~1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: javascript: 487; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
sudo: false
language: node_js
node_js:
  - '8'
  - '6'
  - '4'
  - '0.12'
  - '0.10'
matrix:
  fast_finish: true