Skip to content

Commit

Permalink
cargo install only takes --debug, not --release
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Sep 14, 2017
1 parent 24e45de commit 7ec04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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 &&
Expand Down

0 comments on commit 7ec04cb

Please sign in to comment.