File: .travis.yml

package info (click to toggle)
node-unc-path-regex 0.1.2%2B~0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: javascript: 33; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: node_js
node_js:
  - "0.10"
  - "0.12"
  - "0.13"
  - "iojs"
matrix:
  fast_finish: true
  allow_failures:
    - node_js: "0.13"