Skip to content

Commit

Permalink
Allow the OSX build to fail on travis.
Browse files Browse the repository at this point in the history
Given that it fails about 80-90% of the time, it's not worth requiring
it to pass. Instead, we'll need to manually look at the osx build to see
in what way it failed.
  • Loading branch information
iphydf committed Sep 22, 2016
1 parent 78d7734 commit d2d1175
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 @@ -17,6 +17,8 @@ matrix:
- env: JOB=toxcore ENV=windows ARCH=x86_64
services:
- docker
allow_failures:
- os: osx

addons:
apt:
Expand Down

0 comments on commit d2d1175

Please sign in to comment.