Skip to content

Commit

Permalink
Use rustfmt from stable instead of nightly (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Nov 2, 2020
1 parent 0c9b6f2 commit f1e2b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
on:
tags: true
- name: "Format"
# rustfmt is often missing on nightly. Since there's little benefit to
# using the nightly version, use the more reliable stable build instead.
rust: stable
before_script:
- rustup component add rustfmt
script:
Expand Down

0 comments on commit f1e2b71

Please sign in to comment.