Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 0302a76

Browse files
committed
adding support for nodejs v4 and allowing it to fail without failing the complete build for CI
1 parent bd1a7d7 commit 0302a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5+
- "4"
56
env:
67
- NODE_ENV=travis
8+
matrix:
9+
- allow_failures:
10+
- node_js: "4"
711
services:
812
- mongodb
913
before_install:

0 commit comments

Comments
 (0)