diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-12-02 15:08:11 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-12-02 15:09:45 +0100 |
| commit | 39f179da450e8879341ed662e69ee95e6fcff9e3 (patch) | |
| tree | 04d06226de420d1f87bf6efe9f55e857d1547563 | |
| parent | d8166bf141f8e245569430eed98f4ba38a5957bc (diff) | |
| download | rust-39f179da450e8879341ed662e69ee95e6fcff9e3.tar.gz rust-39f179da450e8879341ed662e69ee95e6fcff9e3.zip | |
Disable incremental build for windows
Testing if this speeds up compilation time for the Windows CI build.
| -rw-r--r-- | .travis.yml | 4 |
1 files 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 |
