Skip to content

Commit

Permalink
travis: fix minimal-versions test
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Feb 5, 2019
1 parent 7961f72 commit a178042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ matrix:
- name: minimal-versions
rust: nightly
script:
- cargo -Z minimal-versions test --verbose --all
- cargo -Z minimal-versions generate-lockfile
- cargo test --verbose --all

script:
- cargo build --verbose --all
Expand Down

0 comments on commit a178042

Please sign in to comment.