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:
|
||||
- 1.41.0
|
||||
- stable
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
@ -42,12 +41,6 @@ matrix:
|
|||
- name: "Windows Stable"
|
||||
os: windows
|
||||
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
|
||||
script: ci/script.sh
|
||||
|
|
Loading…
Reference in a new issue