]> git.lizzy.rs Git - rust.git/commitdiff
`cargo install` only takes `--debug`, not `--release`
authorOliver Schneider <oli-obk@users.noreply.github.com>
Thu, 14 Sep 2017 08:34:07 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 08:34:07 +0000 (10:34 +0200)
.travis.yml

index 4ef07db09026b5668d62c3168e9ad6fd5c0d7696..86577702e96d933dd50e8458b198030dcbe7fc82 100644 (file)
@@ -18,7 +18,7 @@ script:
   # Test plain miri
   cargo build --locked --release --all-features &&
   cargo test --locked --release --all-features --all &&
-  cargo install --locked --release --all-features
+  cargo install --locked --all-features
 - |
   # Test cargo miri
   cd cargo-miri-test &&