From 39f179da450e8879341ed662e69ee95e6fcff9e3 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 2 Dec 2018 15:08:11 +0100 Subject: [PATCH] Disable incremental build for windows Testing if this speeds up compilation time for the Windows CI build. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2db0033e2f..b3331c8a26d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ matrix: - os: linux env: BASE_TESTS=true - os: windows - env: BASE_TESTS=true + env: CARGO_INCREMENTAL=0 BASE_TESTS=true - env: INTEGRATION=rust-lang/cargo if: repo =~ /^rust-lang\/rust-clippy$/ - env: INTEGRATION=rust-random/rand @@ -81,7 +81,7 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ allow_failures: - os: windows - env: BASE_TESTS=true + env: CARGO_INCREMENTAL=0 BASE_TESTS=true # prevent these jobs with default env vars exclude: - os: linux