Version 1
[yaffs-website] / node_modules / es5-shim / .travis.yml
1 language: node_js
2 node_js:
3   - "6.2"
4   - "6.1"
5   - "6.0"
6   - "5.11"
7   - "5.10"
8   - "5.9"
9   - "5.8"
10   - "5.7"
11   - "5.6"
12   - "5.5"
13   - "5.4"
14   - "5.3"
15   - "5.2"
16   - "5.1"
17   - "5.0"
18   - "4.4"
19   - "4.3"
20   - "4.2"
21   - "4.1"
22   - "4.0"
23   - "iojs-v3.3"
24   - "iojs-v3.2"
25   - "iojs-v3.1"
26   - "iojs-v3.0"
27   - "iojs-v2.5"
28   - "iojs-v2.4"
29   - "iojs-v2.3"
30   - "iojs-v2.2"
31   - "iojs-v2.1"
32   - "iojs-v2.0"
33   - "iojs-v1.8"
34   - "iojs-v1.7"
35   - "iojs-v1.6"
36   - "iojs-v1.5"
37   - "iojs-v1.4"
38   - "iojs-v1.3"
39   - "iojs-v1.2"
40   - "iojs-v1.1"
41   - "iojs-v1.0"
42   - "0.12"
43   - "0.11"
44   - "0.10"
45   - "0.9"
46   - "0.8"
47   - "0.6"
48   - "0.4"
49 before_install:
50   - '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'
51   - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
52 script:
53   - 'if [ "${TRAVIS_NODE_VERSION}" != "4.4" ]; then npm run tests-only ; else npm test ; fi'
54 sudo: false
55 matrix:
56   fast_finish: true
57   allow_failures:
58     - node_js: "6.1"
59     - node_js: "6.0"
60     - node_js: "5.10"
61     - node_js: "5.9"
62     - node_js: "5.8"
63     - node_js: "5.7"
64     - node_js: "5.6"
65     - node_js: "5.5"
66     - node_js: "5.4"
67     - node_js: "5.3"
68     - node_js: "5.2"
69     - node_js: "5.1"
70     - node_js: "5.0"
71     - node_js: "4.3"
72     - node_js: "4.2"
73     - node_js: "4.1"
74     - node_js: "4.0"
75     - node_js: "iojs-v3.2"
76     - node_js: "iojs-v3.1"
77     - node_js: "iojs-v3.0"
78     - node_js: "iojs-v2.4"
79     - node_js: "iojs-v2.3"
80     - node_js: "iojs-v2.2"
81     - node_js: "iojs-v2.1"
82     - node_js: "iojs-v2.0"
83     - node_js: "iojs-v1.7"
84     - node_js: "iojs-v1.6"
85     - node_js: "iojs-v1.5"
86     - node_js: "iojs-v1.4"
87     - node_js: "iojs-v1.3"
88     - node_js: "iojs-v1.2"
89     - node_js: "iojs-v1.1"
90     - node_js: "iojs-v1.0"
91     - node_js: "0.11"
92     - node_js: "0.9"
93     - node_js: "0.6"
94     - node_js: "0.4"