diff --git a/README-EN.md b/README-EN.md index 04ab0b1..3c228e0 100644 --- a/README-EN.md +++ b/README-EN.md @@ -4,8 +4,6 @@ node-adodb >[![NPM Version][npm-image]][npm-url] >[![Download Status][download-image]][npm-url] ->[![Windows Status][appveyor-image]][appveyor-url] ->[![Test Coverage][coveralls-image]][coveralls-url] >[![Dependencies][david-image]][david-url] ###Install @@ -81,9 +79,5 @@ connection [npm-image]: https://img.shields.io/npm/v/node-adodb.svg?style=flat-square [npm-url]: https://www.npmjs.org/package/node-adodb [download-image]: https://img.shields.io/npm/dm/node-adodb.svg?style=flat-square -[appveyor-image]: https://img.shields.io/appveyor/ci/nuintun/node-adodb.svg?style=flat-square&label=windows -[appveyor-url]: https://ci.appveyor.com/project/nuintun/node-adodb -[coveralls-image]: http://img.shields.io/coveralls/nuintun/node-adodb/master.svg?style=flat-square -[coveralls-url]: https://coveralls.io/r/nuintun/node-adodb?branch=master [david-image]: https://img.shields.io/david/nuintun/node-adodb.svg?style=flat-square [david-url]: https://david-dm.org/nuintun/node-adodb diff --git a/README.md b/README.md index 23940b5..5779dae 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ node-adodb >[![NPM Version][npm-image]][npm-url] >[![Download Status][download-image]][npm-url] ->[![Windows Status][appveyor-image]][appveyor-url] ->[![Test Coverage][coveralls-image]][coveralls-url] >[![Dependencies][david-image]][david-url] ###安装 @@ -81,9 +79,5 @@ connection [npm-image]: https://img.shields.io/npm/v/node-adodb.svg?style=flat-square [npm-url]: https://www.npmjs.org/package/node-adodb [download-image]: https://img.shields.io/npm/dm/node-adodb.svg?style=flat-square -[appveyor-image]: https://img.shields.io/appveyor/ci/nuintun/node-adodb.svg?style=flat-square&label=windows -[appveyor-url]: https://ci.appveyor.com/project/nuintun/node-adodb -[coveralls-image]: http://img.shields.io/coveralls/nuintun/node-adodb/master.svg?style=flat-square -[coveralls-url]: https://coveralls.io/r/nuintun/node-adodb?branch=master [david-image]: https://img.shields.io/david/nuintun/node-adodb.svg?style=flat-square [david-url]: https://david-dm.org/nuintun/node-adodb diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 192ea7b..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,19 +0,0 @@ -environment: - matrix: - - nodejs_version: "0.10" - - nodejs_version: "0.11" - - nodejs_version: "0.12" - - nodejs_version: "1.0" - - nodejs_version: "1.8" - - nodejs_version: "2.0" -install: - - ps: Install-Product node $env:nodejs_version - - npm install mocha - - npm install istanbul - - npm install -build: off -test_script: - - node --version - - npm --version - - npm run test-ci -version: "{build}" \ No newline at end of file