Disable nightly build

This commit is contained in:
sharkdp 2019-10-19 18:20:15 +02:00
parent ff0b331dd6
commit 9a74bf1a88
1 changed files with 8 additions and 7 deletions

View File

@ -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