about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ef07db0902..86577702e96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 &&