From 06bc0ef50cbba9b0b96d287ef3b0ea57b451f80c Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 9 Nov 2015 22:58:17 -0800 Subject: [PATCH] remove appveyor --- README.md | 1 - appveyor.yml | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 76540885a7..17fa3aadb5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@

Travis Status CircleCI Status - AppVeyor Status Coverage Status

diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6838c67604..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: "{build}" -os: unstable - -environment: - nodejs_version: "0.10" - -matrix: - fast_finish: true - -install: - - ps: Install-Product node $env:nodejs_version - - node --version - - npm --version - - npm install - - choco install mingw - -test_script: - - make test-ci - -build: off