From 9265297fc581b0d3616bfbd7c9fb27e00ca1509f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 30 Aug 2013 10:59:21 +0300 Subject: [PATCH] chore(travis) add node.js v0.11 --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 954609f8..7396b16b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,15 @@ node_js: - 0.6 - 0.8 - 0.10 + - 0.11 + +matrix: + allow_failures: + - node_js: '0.11' + notifications: #webhooks: #http://requestb.in/12h5bl71 email: on_success: never - on_failure: change \ No newline at end of file + on_failure: change