Skip to content

Commit

Permalink
chore(travis): allow failures on osx for now
Browse files Browse the repository at this point in the history
Related to #16
  • Loading branch information
Byron committed Feb 7, 2016
1 parent a921bae commit 9481e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9481e5c

Please sign in to comment.