• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1language: node_js
2node_js:
3  - "4.1"
4  - "4.0"
5  - "iojs-v3.3"
6  - "iojs-v3.2"
7  - "iojs-v3.1"
8  - "iojs-v3.0"
9  - "iojs-v2.5"
10  - "iojs-v2.4"
11  - "iojs-v2.3"
12  - "iojs-v2.2"
13  - "iojs-v2.1"
14  - "iojs-v2.0"
15  - "iojs-v1.8"
16  - "iojs-v1.7"
17  - "iojs-v1.6"
18  - "iojs-v1.5"
19  - "iojs-v1.4"
20  - "iojs-v1.3"
21  - "iojs-v1.2"
22  - "iojs-v1.1"
23  - "iojs-v1.0"
24  - "0.12"
25  - "0.11"
26  - "0.10"
27  - "0.9"
28  - "0.8"
29  - "0.6"
30  - "0.4"
31before_install:
32  - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm'
33sudo: false
34matrix:
35  fast_finish: true
36  allow_failures:
37    - node_js: "4.0"
38    - node_js: "iojs-v3.2"
39    - node_js: "iojs-v3.1"
40    - node_js: "iojs-v3.0"
41    - node_js: "iojs-v2.4"
42    - node_js: "iojs-v2.3"
43    - node_js: "iojs-v2.2"
44    - node_js: "iojs-v2.1"
45    - node_js: "iojs-v2.0"
46    - node_js: "iojs-v1.7"
47    - node_js: "iojs-v1.6"
48    - node_js: "iojs-v1.5"
49    - node_js: "iojs-v1.4"
50    - node_js: "iojs-v1.3"
51    - node_js: "iojs-v1.2"
52    - node_js: "iojs-v1.1"
53    - node_js: "iojs-v1.0"
54    - node_js: "0.11"
55    - node_js: "0.9"
56    - node_js: "0.8"
57    - node_js: "0.6"
58    - node_js: "0.4"
59