From 7b63aea4addf651563e3fbc5deac889c4d9445a3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Jun 2016 10:53:58 +0200 Subject: [PATCH] travis: Allow OS X to fail again I'm tired of trying to keep up with Homebrew packages... --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a67a8361..c7a22b873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ matrix: env: TESTENV=check-manifest - os: linux env: TESTENV=eslint + allow_failures: + - os: osx + env: TESTENV=py35 cache: directories: