diff --git a/README.md b/README.md index 76540885a7..17fa3aadb5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@
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