From 9481e5cf405a62f209639a8f42b7491fce5d1a55 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 7 Feb 2016 10:56:39 +0100 Subject: [PATCH] chore(travis): allow failures on osx for now Related to #16 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4f8122516..e9f0fcbdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ matrix: env: TRAVIS_RUST_VERSION=stable FEATURE=with_syntex - rust: nightly env: FEATURE=nightly + allow_failures: + - os: osx before_script: - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH script: