Skip to content

Commit

Permalink
Allow failures on windows builds while chocolatey is down
Browse files Browse the repository at this point in the history
  • Loading branch information
zacps committed Oct 11, 2018
1 parent 431d8aa commit 82dc1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,7 @@ matrix:
env: CLIPPY=""
allow_failures:
- rust: nightly
- os: windows

script:
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then choco install windows-sdk-10.1 -y; fi
Expand Down

0 comments on commit 82dc1fc

Please sign in to comment.