From cb659cd262f5b66de01b036e26cd51b04052d488 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Wed, 7 Nov 2018 17:06:37 +0100 Subject: Remove AppVeyor --- README.md | 2 -- appveyor.yml | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 1c5398779..a6195237f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Rust Analyzer [![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer) -[![Build status](https://ci.appveyor.com/api/projects/status/vtt455oi3hjy9uvk/branch/master?svg=true)](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master) - Rust Analyzer is an **experimental** modular compiler frontend for the Rust language, which aims to lay a foundation for excellent IDE diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index a32a1e7b8..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -os: Visual Studio 2015 - -install: - - curl https://win.rustup.rs/ --output rustup-init.exe - - rustup-init -yv --default-toolchain beta --default-host x86_64-pc-windows-msvc - - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - - rustc -vV - - cargo -vV - -build: false - -test_script: - - cargo test - -branches: - only: - - staging - - master - - trying -- cgit v1.2.3