diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-30 20:57:12 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-30 20:57:12 +0000 |
commit | dee7c3b0de9650216bd761e587d0e1d4cca52981 (patch) | |
tree | 68b232d3041a1c6bb397d17f6334e6711bc63863 | |
parent | acc61cc28461b72e8a03869b0ad60c144b4b3b20 (diff) | |
parent | 9c8c9eee2a4a731996bb0bdb0ccdafa7ccdd2766 (diff) |
Merge #379
379: Disable incremental compilation again on CI r=DJMcNab a=DJMcNab
I'm gonna let the PR build run to see if this has worked.
Co-authored-by: DJMcNab <[email protected]>
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 183409acd..04bb3be37 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -4,9 +4,6 @@ before_cache: | |||
4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} | 4 | - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} |
5 | - rm -f ./target/.rustc_info.json | 5 | - rm -f ./target/.rustc_info.json |
6 | 6 | ||
7 | env: | ||
8 | - CARGO_INCREMENTAL=0 | ||
9 | |||
10 | build: &rust_build | 7 | build: &rust_build |
11 | language: rust | 8 | language: rust |
12 | rust: 1.31.1 | 9 | rust: 1.31.1 |
@@ -15,7 +12,7 @@ build: &rust_build | |||
15 | - cargo gen-syntax --verify | 12 | - cargo gen-syntax --verify |
16 | - cargo test | 13 | - cargo test |
17 | env: | 14 | env: |
18 | - RUSTFLAGS="-D warnings" | 15 | - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0 |
19 | 16 | ||
20 | matrix: | 17 | matrix: |
21 | include: | 18 | include: |