mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 07:51:38 +00:00
Switch off nightly build
This commit is contained in:
parent
a6ed0fc5ef
commit
c14a004367
1 changed files with 11 additions and 10 deletions
21
.travis.yml
21
.travis.yml
|
@ -50,10 +50,11 @@ matrix:
|
|||
# rust: beta
|
||||
# env: TARGET=x86_64-apple-darwin
|
||||
|
||||
# Nightly channel.
|
||||
- os: linux
|
||||
rust: nightly
|
||||
env: TARGET=x86_64-unknown-linux-gnu
|
||||
# switch off nightly due to crossbeam errors
|
||||
# # Nightly channel.
|
||||
# - os: linux
|
||||
# rust: nightly
|
||||
# env: TARGET=x86_64-unknown-linux-gnu
|
||||
# Disabled to reduce total CI time
|
||||
# - os: linux
|
||||
# rust: nightly
|
||||
|
@ -86,12 +87,12 @@ matrix:
|
|||
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
|
||||
# - 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 a new issue