Skip to content

Commit a4cc2fe

Browse files
committed
[Tests] on node v7
1 parent cc9cc30 commit a4cc2fe

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.travis.yml

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
language: node_js
22
sudo: true
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "iojs"
7-
- "4"
8-
- "5"
4+
- "7"
95
- "6"
6+
- "5"
7+
- "4"
8+
- "iojs"
9+
- "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

Comments
 (0)