]> git.lizzy.rs Git - rust.git/commitdiff
Remove AppVeyor
authorPhilipp Hansch <dev@phansch.net>
Wed, 7 Nov 2018 16:06:37 +0000 (17:06 +0100)
committerPhilipp Hansch <dev@phansch.net>
Wed, 7 Nov 2018 16:06:37 +0000 (17:06 +0100)
README.md
appveyor.yml [deleted file]

index 1c5398779e35fdac500576e0330c892d2add088e..a6195237f4338ef9d36c86b24dfbab6d817f2cec 100644 (file)
--- 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 (file)
index a32a1e7..0000000
+++ /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