mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Disable nightly build
This commit is contained in:
parent
ff0b331dd6
commit
9a74bf1a88
15
.travis.yml
15
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user