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

Commit

Permalink
updating .travis.yml file for allowing builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Sep 12, 2015
1 parent 0302a76 commit 984e168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- 0.10
- 0.12
- 4
env:
- NODE_ENV=travis
matrix:
- allow_failures:
- node_js: "4"
allow_failures:
- node_js: 4
services:
- mongodb
before_install:
Expand Down

0 comments on commit 984e168

Please sign in to comment.