File: .travis.yml

package info (click to toggle)
node-is-unc-path 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 4; sh: 2
file content (14 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
os:
  - linux
  - osx
language: node_js
node_js:
  - node
  - '8'
  - '7'
  - '6'
  - '5'
  - '4'
  - '0.12'
  - '0.10'