From c77385e7c958dffa7e1c77ed25ecee4f73ca35d1 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 16 Oct 2015 10:21:28 +0900 Subject: [PATCH] Allow failures on OS X since we're getting ECONNRESET all the time. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index abf74cff..a43b0bd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,11 @@ env: - NODE_VERSION=0.12 - NODE_VERSION=4 +matrix: + allow_failures: + - os: osx + fast_finish: true + before_install: - rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm - source ~/.nvm/nvm.sh