Remove checks on nightly from CI

This commit is contained in:
Kirill Chibisov 2020-06-23 13:46:01 +03:00 committed by Christian Duerr
parent e4e0218ede
commit 5eb0792c90

View file

@ -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