From 9a74bf1a88a91a6b571d1d0a338f4488796d4e2e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 19 Oct 2019 18:20:15 +0200 Subject: [PATCH] Disable nightly build --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f22ddb2..06b5347a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,13 +43,14 @@ matrix: rust: 1.35.0 env: TARGET=x86_64-apple-darwin - # Code formatting check - - os: linux - rust: nightly - # skip the global install step - install: - - cargo install --debug --force rustfmt-nightly - script: cargo fmt -- --check + # Disable nightly for now + # # Code formatting check + # - os: linux + # rust: nightly + # # skip the global install step + # install: + # - cargo install --debug --force rustfmt-nightly + # script: cargo fmt -- --check sudo: required