updating .travis.yml file for allowing builds to fail

This commit is contained in:
Liran Tal
2015-09-12 10:54:31 +03:00
parent 0302a7685f
commit 984e1680df

View File

@@ -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: