File: .travis.yml

package info (click to toggle)
node-arr-union 3.1.0%2B~3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: javascript: 279; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: node_js
node_js:
  - "stable"
  - "5"
  - "4"
  - "0.12"
  - "0.10"
matrix:
  fast_finish: true
  allow_failures:
    - node_js: "0.10"