File: .travis.yml

package info (click to toggle)
node-is-data-descriptor 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 9
  • sloc: makefile: 2; sh: 2
file content (11 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: node_js
node_js:
  - "stable"
  - "4"
  - "0.12"
  - "0.10"
matrix:
  fast_finish: true
  allow_failures:
    - node_js: "0.10"