mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Remove checks on nightly from CI
This commit is contained in:
parent
e4e0218ede
commit
5eb0792c90
1 changed files with 0 additions and 7 deletions
|
@ -15,7 +15,6 @@ os:
|
||||||
rust:
|
rust:
|
||||||
- 1.41.0
|
- 1.41.0
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -42,12 +41,6 @@ matrix:
|
||||||
- name: "Windows Stable"
|
- name: "Windows Stable"
|
||||||
os: windows
|
os: windows
|
||||||
rust: stable-x86_64-pc-windows-msvc
|
rust: stable-x86_64-pc-windows-msvc
|
||||||
- name: "Windows Nightly"
|
|
||||||
os: windows
|
|
||||||
rust: nightly-x86_64-pc-windows-msvc
|
|
||||||
allow_failures:
|
|
||||||
- rust: nightly
|
|
||||||
- rust: nightly-x86_64-pc-windows-msvc
|
|
||||||
|
|
||||||
install: ci/install.sh
|
install: ci/install.sh
|
||||||
script: ci/script.sh
|
script: ci/script.sh
|
||||||
|
|
Loading…
Reference in a new issue