Skip to content

Commit

Permalink
Remove -Z install-upgrade for cargo-hack
Browse files Browse the repository at this point in the history
This is now the default since
rust-lang/cargo#7560
  • Loading branch information
Nemo157 authored and cramertj committed Dec 10, 2019
1 parent 7153ba0 commit aa12702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -129,7 +129,7 @@ matrix:
- name: cargo check (features)
rust: nightly
install:
- cargo install -Z install-upgrade cargo-hack
- cargo install cargo-hack
script:
# Check each specified feature works properly
# * `--each-feature` - run for each feature which includes --no-default-features and default features of package
Expand Down

0 comments on commit aa12702

Please sign in to comment.