Disable incremental on CI for now

It seems... buggy!
This commit is contained in:
Alex Crichton 2018-04-03 13:01:34 -07:00
parent cc11505dc8
commit cf9ef7b570
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@ environment:
global:
RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0 # should turn this back on when fixed!
matrix:
- TARGET: x86_64-pc-windows-msvc
DEPLOY: 1

View File

@ -1,6 +1,10 @@
language: rust
sudo: false
env:
global:
- CARGO_INCREMENTAL=0
matrix:
include:
# CLI builds on stable