mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 03:31:04 +01:00
updating .travis.yml file for allowing builds to fail
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user