diff --git a/.travis.yml b/.travis.yml index 4ef07db09026b..86577702e96d9 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 &&