Skip to content

Commit 262226f

Browse files
committed
[Tests] on node v10.1
1 parent 6fa2b0f commit 262226f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "10.0"
5+
- "10.1"
66
- "9.11"
77
- "8.11"
88
- "7.10"
@@ -37,6 +37,8 @@ matrix:
3737
env: POSTTEST=true
3838
- node_js: "4"
3939
env: COVERAGE=true
40+
- node_js: "10.0"
41+
env: TEST=true ALLOW_FAILURE=true
4042
- node_js: "9.10"
4143
env: TEST=true ALLOW_FAILURE=true
4244
- node_js: "9.9"

0 commit comments

Comments
 (0)