diff options
-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: |