From e4eb970273926d1728a70b4d1493df97e9fde672 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 11 Oct 2019 11:06:28 +0300 Subject: save disk space --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d4cf71ab5..65a08cbcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: script: - rustup component add rustfmt - rustup component add rust-src - - printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml + - sed -i "s/debug = 1/debug = false/g" Cargo.toml - cargo test --no-run # let's measure compile time separately - cargo test env: -- cgit v1.2.3