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:
parent
ff0b331dd6
commit
9a74bf1a88
15
.travis.yml
15
.travis.yml
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user