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

Commit

Permalink
adding support for nodejs v4 and allowing it to fail without failing …
Browse files Browse the repository at this point in the history
…the complete build for CI
  • Loading branch information
lirantal committed Sep 11, 2015
1 parent bd1a7d7 commit 0302a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
env:
- NODE_ENV=travis
matrix:
- allow_failures:
- node_js: "4"
services:
- mongodb
before_install:
Expand Down

0 comments on commit 0302a76

Please sign in to comment.