diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-11-09 07:13:34 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-07-13 12:48:42 +0200 |
| commit | bd2c76824de8c22b1ed7a4f8d693143538f7a9ec (patch) | |
| tree | 166d6340dc999215f1f42f85313a01223afd569a | |
| parent | 36fb64639401d815f005dba1d437dd1a31c3a5e8 (diff) | |
| download | rust-bd2c76824de8c22b1ed7a4f8d693143538f7a9ec.tar.gz rust-bd2c76824de8c22b1ed7a4f8d693143538f7a9ec.zip | |
Stop allowing failures in Travis windows build
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ee990111af9..2d1d363d090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
