File: .travis.yml

package info (click to toggle)
node-recast 0.11.20-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 540 kB
  • sloc: makefile: 2; sh: 2
file content (17 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
node_js:
  - "6.0"
  - "5.0"
  - "4.0"
  - "iojs"
  - "0.12"
  - "0.11"
  - "0.10"
  - "0.8"

matrix:
  allow_failures:
    - node_js: "0.8"

# Allow Travis tests to run in containers.
sudo: false