From 3ea530cf67145c0b5e87e20b4433acae52b9c1f3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Jul 2019 18:19:57 +0300 Subject: don't optimize on CI, it isn't faster --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8ac01171f..e151cc8f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: script: - rustup component add rustfmt - rustup component add rust-src - - printf "\n\n[profile.dev]\ndebug = false\nopt-level = 1\n" >> Cargo.toml + - printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml - cargo test --no-run # let's measure compile time separately - cargo test env: -- cgit v1.2.3