UNPKG

1.79 kBYAMLView Raw
1language: node_js
2node_js:
3 - "5.9"
4 - "5.8"
5 - "5.7"
6 - "5.6"
7 - "5.5"
8 - "5.4"
9 - "5.3"
10 - "5.2"
11 - "5.1"
12 - "5.0"
13 - "4.4"
14 - "4.3"
15 - "4.2"
16 - "4.1"
17 - "4.0"
18 - "iojs-v3.3"
19 - "iojs-v3.2"
20 - "iojs-v3.1"
21 - "iojs-v3.0"
22 - "iojs-v2.5"
23 - "iojs-v2.4"
24 - "iojs-v2.3"
25 - "iojs-v2.2"
26 - "iojs-v2.1"
27 - "iojs-v2.0"
28 - "iojs-v1.8"
29 - "iojs-v1.7"
30 - "iojs-v1.6"
31 - "iojs-v1.5"
32 - "iojs-v1.4"
33 - "iojs-v1.3"
34 - "iojs-v1.2"
35 - "iojs-v1.1"
36 - "iojs-v1.0"
37 - "0.12"
38 - "0.11"
39 - "0.10"
40 - "0.9"
41 - "0.8"
42 - "0.6"
43 - "0.4"
44before_install:
45 - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
46 - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
47script:
48 - 'if [ "${TRAVIS_NODE_VERSION}" != "4.4" ]; then npm run tests-only ; else npm test ; fi'
49sudo: false
50matrix:
51 fast_finish: true
52 allow_failures:
53 - node_js: "5.8"
54 - node_js: "5.7"
55 - node_js: "5.6"
56 - node_js: "5.5"
57 - node_js: "5.4"
58 - node_js: "5.3"
59 - node_js: "5.2"
60 - node_js: "5.1"
61 - node_js: "5.0"
62 - node_js: "4.3"
63 - node_js: "4.2"
64 - node_js: "4.1"
65 - node_js: "4.0"
66 - node_js: "iojs-v3.2"
67 - node_js: "iojs-v3.1"
68 - node_js: "iojs-v3.0"
69 - node_js: "iojs-v2.4"
70 - node_js: "iojs-v2.3"
71 - node_js: "iojs-v2.2"
72 - node_js: "iojs-v2.1"
73 - node_js: "iojs-v2.0"
74 - node_js: "iojs-v1.7"
75 - node_js: "iojs-v1.6"
76 - node_js: "iojs-v1.5"
77 - node_js: "iojs-v1.4"
78 - node_js: "iojs-v1.3"
79 - node_js: "iojs-v1.2"
80 - node_js: "iojs-v1.1"
81 - node_js: "iojs-v1.0"
82 - node_js: "0.11"
83 - node_js: "0.9"
84 - node_js: "0.6"
85 - node_js: "0.4"