File: .travis.yml

package info (click to toggle)
node-is-extglob 2.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 121; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
os:
  - linux
  - osx
language: node_js
node_js:
  - node
  - '6'
  - '4'
  - '0.12'
  - '0.10'