File: .travis.yml

package info (click to toggle)
node-arr-diff 4.0.0%2B~4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: javascript: 6,107; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false
os:
  - linux
  - osx
language: node_js
node_js:
  - node
  - '7'
  - '6'
  - '5'
  - '4'
  - '0.12'
  - '0.10'
matrix:
  allow_failures: []
  fast_finish: true