We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
v7
1 parent cc9cc30 commit a4cc2feCopy full SHA for a4cc2fe
.travis.yml
@@ -1,9 +1,18 @@
1
language: node_js
2
sudo: true
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- - "iojs"
7
- - "4"
8
- - "5"
+ - "7"
9
- "6"
+ - "5"
+ - "4"
+ - "iojs"
+ - "0.12"
10
+ - "0.10"
11
+ - "0.8"
12
+before_install:
13
+ - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g [email protected] ;; 2.*) npm install -g npm@2 ;; esac ; fi'
14
+ - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
15
+matrix:
16
+ fast_finish: true
17
+ allow_failures:
18
+ - node_js: "0.8"
0 commit comments