diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-19 22:41:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 22:41:24 +0000 |
commit | 5096426f9e15a21bf78b23160f7c95a9ea2bd7f5 (patch) | |
tree | c1cbada35a495cc63b3745b3ea8591c7938e30aa /.travis.yml | |
parent | 693edaab3f0ea7e251e07075e9cc8cd61bbed802 (diff) | |
download | alacritty-5096426f9e15a21bf78b23160f7c95a9ea2bd7f5.tar.gz alacritty-5096426f9e15a21bf78b23160f7c95a9ea2bd7f5.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |