diff --git a/README.md b/README.md index 018b31d..22b2c2c 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # parse-author-name -[![NPM version](https://img.shields.io/npm/v/parse-author-name.svg?style=flat)](https://www.npmjs.com/package/parse-author-name) -[![Bower version](https://img.shields.io/bower/v/parse-author-name.svg?style=flat)](https://github.com/shinnn/parse-author-name.js/releases) -[![Build Status](https://img.shields.io/travis/shinnn/parse-author-name.js.svg?style=flat)](https://travis-ci.org/shinnn/parse-author-name.js) -[![Build status](https://ci.appveyor.com/api/projects/status/78w10w4v87c1bxaq?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/parse-author-name-js) +[![NPM version](https://img.shields.io/npm/v/parse-author-name.svg)](https://www.npmjs.com/package/parse-author-name) +[![Bower version](https://img.shields.io/bower/v/parse-author-name.svg)](https://github.com/shinnn/parse-author-name.js/releases) +[![Build Status](https://travis-ci.org/shinnn/parse-author-name.js.svg?branch=master)](https://travis-ci.org/shinnn/parse-author-name.js) [![Coverage Status](https://img.shields.io/coveralls/shinnn/parse-author-name.js.svg?style=flat)](https://coveralls.io/r/shinnn/parse-author-name.js) -[![devDependency Status](https://david-dm.org/shinnn/parse-author-name.js/dev-status.svg?style=flat)](https://david-dm.org/shinnn/parse-author-name.js#info=devDependencies) +[![devDependency Status](https://david-dm.org/shinnn/parse-author-name.js/dev-status.svg)](https://david-dm.org/shinnn/parse-author-name.js#info=devDependencies) Parse the name of contact info like `name (url)` diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100755 index 7b2e4c1..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -init: - - git config --global core.autocrlf input - -shallow_clone: true - -version: '{build}' - -skip_tags: true - -install: - - ps: Install-Product node 2 - - npm install tape - -build: off - -test_script: - - node --harmony_arrow_functions test.js - -cache: - - node_modules