aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-07-22 16:19:57 +0100
committerAleksey Kladov <[email protected]>2019-07-22 16:19:57 +0100
commit3ea530cf67145c0b5e87e20b4433acae52b9c1f3 (patch)
treecc985423a71e8ac47ec7ead8e6558c2320b3e9a8 /.travis.yml
parentd690249bc81bc265cb3d1836c2922325f4fdb8af (diff)
don't optimize on CI, it isn't faster
Diffstat (limited to '.travis.yml')
-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: