From 5096426f9e15a21bf78b23160f7c95a9ea2bd7f5 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 19 Jan 2019 22:41:24 +0000 Subject: Remove Appveyor CI builds This completely removes all Appveyor CI build jobs to move Alacritty to a singular CI provider for all platforms. To ensure that Windows is still properly tested, the allowed failure for the stable Windows build job on travis has been removed. This fixes #1679. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 69277315..41f34e8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: env: ARCH=i386 allow_failures: - rust: nightly - - os: windows install: ci/install.sh script: ci/script.sh -- cgit v1.2.3