Switch off nightly build

This commit is contained in:
sharkdp 2019-10-22 22:11:46 +02:00
parent a6ed0fc5ef
commit c14a004367
1 changed files with 11 additions and 10 deletions

View File

@ -50,10 +50,11 @@ matrix:
# rust: beta # rust: beta
# env: TARGET=x86_64-apple-darwin # env: TARGET=x86_64-apple-darwin
# Nightly channel. # switch off nightly due to crossbeam errors
- os: linux # # Nightly channel.
rust: nightly # - os: linux
env: TARGET=x86_64-unknown-linux-gnu # rust: nightly
# env: TARGET=x86_64-unknown-linux-gnu
# Disabled to reduce total CI time # Disabled to reduce total CI time
# - os: linux # - os: linux
# rust: nightly # rust: nightly
@ -86,12 +87,12 @@ matrix:
env: TARGET=x86_64-apple-darwin env: TARGET=x86_64-apple-darwin
# Code formatting check # Code formatting check
- os: linux # - os: linux
rust: nightly # rust: nightly
# skip the global install step # # skip the global install step
install: # install:
- cargo install --debug --force rustfmt-nightly # - cargo install --debug --force rustfmt-nightly
script: cargo fmt -- --check # script: cargo fmt -- --check
sudo: required sudo: required