From 9e6a6100d6d63d2875e7fd7fea800b025313d380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 21 Nov 2015 19:21:06 +0100 Subject: [PATCH] travis: temporarily allow node.js 5.x to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0814176..e6dd89a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ node_js: - "iojs-v3.3.0" - "4" - "5" +matrix: + allow_failures: + - node_js: "5" addons: apt: sources: