Stop allowing failures in Travis windows build
This commit is contained in:
parent
36fb646394
commit
bd2c76824d
@ -81,9 +81,6 @@ matrix:
|
|||||||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
||||||
- env: INTEGRATION=chronotope/chrono
|
- env: INTEGRATION=chronotope/chrono
|
||||||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
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
|
# prevent these jobs with default env vars
|
||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user