diff options
author | Aleksey Kladov <[email protected]> | 2019-07-22 16:19:57 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-07-22 16:19:57 +0100 |
commit | 3ea530cf67145c0b5e87e20b4433acae52b9c1f3 (patch) | |
tree | cc985423a71e8ac47ec7ead8e6558c2320b3e9a8 | |
parent | d690249bc81bc265cb3d1836c2922325f4fdb8af (diff) |
don't optimize on CI, it isn't faster
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8ac01171f..e151cc8f0 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -16,7 +16,7 @@ matrix: | |||
16 | script: | 16 | script: |
17 | - rustup component add rustfmt | 17 | - rustup component add rustfmt |
18 | - rustup component add rust-src | 18 | - rustup component add rust-src |
19 | - printf "\n\n[profile.dev]\ndebug = false\nopt-level = 1\n" >> Cargo.toml | 19 | - printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml |
20 | - cargo test --no-run # let's measure compile time separately | 20 | - cargo test --no-run # let's measure compile time separately |
21 | - cargo test | 21 | - cargo test |
22 | env: | 22 | env: |