Skip to content

Commit

Permalink
.travis.yml: Allow build failures on Rust stable on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed Feb 21, 2018
1 parent e8b324e commit fa48732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ os:
- osx
matrix:
allow_failures:
# - os: osx
- os: osx
rust: stable
# exclude:
# - os: osx
# rust: stable
Expand Down

0 comments on commit fa48732

Please sign in to comment.