From 586e8607e9f367741590b598ff1775e84ada2e0c Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Sun, 14 Dec 2014 20:24:07 +0100 Subject: [PATCH] Also run node v0.11.x on travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39e1609..089d620 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - 0.6 - 0.8 - '0.10' - + - 0.11 +matrix: + allow_failures: + - node_js: 0.11 \ No newline at end of file