Skip to content

Commit 35a6f09

Browse files
committed
[Tests] up to node v6.8, v4.6
1 parent 2eb3227 commit 35a6f09

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3+
- "6.8"
4+
- "6.7"
5+
- "6.6"
36
- "6.5"
47
- "6.4"
58
- "6.3"
@@ -19,6 +22,7 @@ node_js:
1922
- "5.2"
2023
- "5.1"
2124
- "5.0"
25+
- "4.6"
2226
- "4.5"
2327
- "4.4"
2428
- "4.3"
@@ -55,7 +59,7 @@ before_install:
5559
- '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'
5660
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
5761
script:
58-
- 'if [ -n "${LINT-}" ]; then npm run pretest; fi'
62+
- 'if [ -n "${LINT-}" ]; then npm run pretest ; fi'
5963
- 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
6064
- 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
6165
sudo: false
@@ -69,6 +73,9 @@ matrix:
6973
- node_js: "4"
7074
env: COVERAGE=true
7175
allow_failures:
76+
- node_js: "6.7"
77+
- node_js: "6.6"
78+
- node_js: "6.5"
7279
- node_js: "6.4"
7380
- node_js: "6.3"
7481
- node_js: "6.2"
@@ -86,6 +93,7 @@ matrix:
8693
- node_js: "5.2"
8794
- node_js: "5.1"
8895
- node_js: "5.0"
96+
- node_js: "4.5"
8997
- node_js: "4.4"
9098
- node_js: "4.3"
9199
- node_js: "4.2"

0 commit comments

Comments
 (0)