Stop allowing failures in Travis windows build

This commit is contained in:
Philipp Hansch 2018-11-09 07:13:34 +01:00 committed by flip1995
parent 36fb646394
commit bd2c76824d
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -81,9 +81,6 @@ matrix:
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=chronotope/chrono
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
allow_failures:
- os: windows
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
# prevent these jobs with default env vars
exclude:
- os: linux