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 <36049421+djmcnab@users.noreply.github.com>
This commit is contained in:
bors[bot] 2018-12-30 20:57:12 +00:00
commit dee7c3b0de

View file

@ -4,9 +4,6 @@ before_cache:
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
- rm -f ./target/.rustc_info.json - rm -f ./target/.rustc_info.json
env:
- CARGO_INCREMENTAL=0
build: &rust_build build: &rust_build
language: rust language: rust
rust: 1.31.1 rust: 1.31.1
@ -15,7 +12,7 @@ build: &rust_build
- cargo gen-syntax --verify - cargo gen-syntax --verify
- cargo test - cargo test
env: env:
- RUSTFLAGS="-D warnings" - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0
matrix: matrix:
include: include: