Skip to content

Commit bc206c7

Browse files
committed
chore(travis): add node 6
1 parent 2212f25 commit bc206c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- 4.0
77
- 4.2
88
- 5
9+
- 6
910
- "iojs-1"
1011
- "iojs-2"
1112
- "iojs-3"
@@ -27,6 +28,8 @@ os:
2728

2829
matrix:
2930
fast_finish: true
31+
allow_failures:
32+
- node_js: 6
3033

3134
services:
3235
- mongodb

0 commit comments

Comments
 (0)