1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-14 23:00:37 +01:00

Disable nightly build

This commit is contained in:
sharkdp 2019-10-19 18:20:15 +02:00
parent ff0b331dd6
commit 9a74bf1a88

View File

@ -43,13 +43,14 @@ matrix:
rust: 1.35.0 rust: 1.35.0
env: TARGET=x86_64-apple-darwin env: TARGET=x86_64-apple-darwin
# Code formatting check # Disable nightly for now
- os: linux # # Code formatting check
rust: nightly # - os: linux
# skip the global install step # rust: nightly
install: # # skip the global install step
- cargo install --debug --force rustfmt-nightly # install:
script: cargo fmt -- --check # - cargo install --debug --force rustfmt-nightly
# script: cargo fmt -- --check
sudo: required sudo: required