From 5a01eacd085b900aa7dc43b4da23ae9803d9a9f4 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 25 Feb 2019 10:08:14 -0800 Subject: [PATCH] Remove AppVeyor, don't need it. Signed-off-by: Ana Hobden --- appveyor.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 9f9bfcb3..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,32 +0,0 @@ -branches: - only: - # This is where pull requests from "bors r+" are built. - - staging - # This is where pull requests from "bors try" are built. - - trying - # Enable building pull requests. - - master - -environment: - matrix: - - TARGET: x86_64-pc-windows-gnu - RUST_VERSION: stable - - TARGET: x86_64-pc-windows-gnu - RUST_VERSION: nightly - -install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION% - - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - - rustc -Vv - - cargo -V - -# Building is done in the test phase, so we disable Appveyor's build phase. -build: false - -cache: - - C:\Users\appveyor\.cargo\registry - - target - -test_script: - - cargo test