aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-22 17:53:23 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-22 17:53:23 +0100
commit0de6ef068454183ff25aa4aa2fed2532b2aa5928 (patch)
treecbb3dd5402113d7a9926499b8c684947ddeb7b66
parent0db9673260b342abbc374685c7fc37750212c094 (diff)
parent3ea530cf67145c0b5e87e20b4433acae52b9c1f3 (diff)
Merge #1576
1576: don't optimize on CI, it isn't faster r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--.travis.yml2
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: