From f1e2b71fed125730f4df268b4c7e67d07413f768 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Mon, 2 Nov 2020 23:33:40 +1300 Subject: [PATCH] Use rustfmt from stable instead of nightly (#236) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e93f9c03..1419cbba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: