Disable incremental compilation again on CI

This commit is contained in:
DJMcNab 2018-12-30 20:48:35 +00:00
parent f9b58454a4
commit 9c8c9eee2a

View file

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