Remove AppVeyor

This commit is contained in:
Philipp Hansch 2018-11-07 17:06:37 +01:00
parent 61a157db8c
commit cb659cd262
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B
2 changed files with 0 additions and 21 deletions

View file

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

View file

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