diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d4cf71ab5..65a08cbcd 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -14,7 +14,7 @@ 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 | - printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml | 17 | - sed -i "s/debug = 1/debug = false/g" Cargo.toml |
18 | - cargo test --no-run # let's measure compile time separately | 18 | - cargo test --no-run # let's measure compile time separately |
19 | - cargo test | 19 | - cargo test |
20 | env: | 20 | env: |