Disable incremental compilation on CI

We don’t keep the `target` directory between builds,
and incremental cache takes a lot of space.
This commit is contained in:
Simon Sapin 2018-01-09 15:55:10 +01:00
parent c8f542afac
commit cee2aadd82
3 changed files with 3 additions and 0 deletions

View file

@ -40,6 +40,7 @@ matrix:
env:
CCACHE=/usr/bin/ccache
RUSTFLAGS=-Dwarnings
CARGO_INCREMENTAL=0
addons:
apt:
sources: