aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-11 07:11:46 +0000
committerAleksey Kladov <[email protected]>2019-11-11 07:11:46 +0000
commit9a04426617bdf2ff4599f571ff03e44e2e4054eb (patch)
treee38ec9051d69203f33e1c5aa6457b04069078b4c /.travis.yml
parent317df32eb5863da093be92e860921120b92b9a26 (diff)
Disable debuginfo in dev builds
Hopefully, this makes printf debugging faster!
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d66f72d8..af71a9cce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@ matrix:
14 script: 14 script:
15 - rustup component add rustfmt 15 - rustup component add rustfmt
16 - rustup component add rust-src 16 - rustup component add rust-src
17 - sed -i "s/debug = 1/debug = false/g" Cargo.toml
18 - cargo test --no-run # let's measure compile time separately 17 - cargo test --no-run # let's measure compile time separately
19 - cargo test 18 - cargo test
20 env: 19 env: