Skip to content

Commit

Permalink
Try deleting Cargo.lock so that 1.39 can get the right versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Oct 31, 2020
1 parent 88c4e79 commit ec3b872
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ rust:
- beta
- nightly

script:
- rm Cargo.lock
- cargo build
- cargo test

jobs:
include:
- name: minimal versions check
Expand Down

0 comments on commit ec3b872

Please sign in to comment.