Commit 35a6f09 1 parent 2eb3227 commit 35a6f09 Copy full SHA for 35a6f09
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " 6.8"
4
+ - " 6.7"
5
+ - " 6.6"
3
6
- " 6.5"
4
7
- " 6.4"
5
8
- " 6.3"
@@ -19,6 +22,7 @@ node_js:
19
22
- " 5.2"
20
23
- " 5.1"
21
24
- " 5.0"
25
+ - " 4.6"
22
26
- " 4.5"
23
27
- " 4.4"
24
28
- " 4.3"
@@ -55,7 +59,7 @@ before_install:
55
59
-
' 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'
56
60
- ' if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
57
61
script :
58
- - ' if [ -n "${LINT-}" ]; then npm run pretest; fi'
62
+ - ' if [ -n "${LINT-}" ]; then npm run pretest ; fi'
59
63
- ' if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
60
64
- ' if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
61
65
sudo : false
@@ -69,6 +73,9 @@ matrix:
69
73
- node_js : " 4"
70
74
env : COVERAGE=true
71
75
allow_failures :
76
+ - node_js : " 6.7"
77
+ - node_js : " 6.6"
78
+ - node_js : " 6.5"
72
79
- node_js : " 6.4"
73
80
- node_js : " 6.3"
74
81
- node_js : " 6.2"
@@ -86,6 +93,7 @@ matrix:
86
93
- node_js : " 5.2"
87
94
- node_js : " 5.1"
88
95
- node_js : " 5.0"
96
+ - node_js : " 4.5"
89
97
- node_js : " 4.4"
90
98
- node_js : " 4.3"
91
99
- node_js : " 4.2"
You can’t perform that action at this time.
0 commit comments