diff --git a/.travis.yml b/.travis.yml index 8ac01171f6c0..e151cc8f084d 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: