aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDJMcNab <[email protected]>2018-12-30 20:48:35 +0000
committerDJMcNab <[email protected]>2018-12-30 20:48:35 +0000
commit9c8c9eee2a4a731996bb0bdb0ccdafa7ccdd2766 (patch)
tree849a01183d4a922a82764455e4198e024441d2a2 /.travis.yml
parentf9b58454a43274d3b1d4d0e74cdef597b75f9a97 (diff)
Disable incremental compilation again on CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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
7env:
8 - CARGO_INCREMENTAL=0
9
10build: &rust_build 7build: &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
20matrix: 17matrix:
21 include: 18 include: