Skip to content

Commit

Permalink
fix(appveyor): update appveyor, no failures are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 17, 2016
1 parent 4b083a3 commit c100048
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
12 changes: 10 additions & 2 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

> {%= description %}
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] {%= ifExists('appveyor.yml', badge('appveyor')) %} [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]
[![code climate][codeclimate-img]][codeclimate-url]
[![standard code style][standard-img]][standard-url]
[![linux build status][travis-img]][travis-url]
[![windows build status][appveyor-img]][appveyor-url]
[![coverage status][coveralls-img]][coveralls-url]
[![dependency status][david-img]][david-url]

{%= include('highlight') %}

Expand Down Expand Up @@ -91,7 +96,10 @@ $ npm install && npm test
[codeclimate-img]: https://img.shields.io/codeclimate/github/{%= repository %}.svg

[travis-url]: https://travis-ci.org/{%= repository %}
[travis-img]: https://img.shields.io/travis/{%= repository %}/master.svg
[travis-img]: https://img.shields.io/travis/{%= repository %}/master.svg?label=linux

[appveyor-url]: https://ci.appveyor.com/project/tunnckoCore/{%= name %}
[appveyor-img]: https://img.shields.io/appveyor/ci/tunnckoCore/{%= name %}/master.svg?label=windows

[coveralls-url]: https://coveralls.io/r/{%= repository %}
[coveralls-img]: https://img.shields.io/coveralls/{%= repository %}.svg
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

> Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![Windows Build Status](https://img.shields.io/appveyor/ci/node-minibase/minibase.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/node-minibase/minibase) [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]
[![code climate][codeclimate-img]][codeclimate-url]
[![standard code style][standard-img]][standard-url]
[![linux build status][travis-img]][travis-url]
[![windows build status][appveyor-img]][appveyor-url]
[![coverage status][coveralls-img]][coveralls-url]
[![dependency status][david-img]][david-url]

You might also be interested in [base](https://github.com/node-base/base).

Expand Down Expand Up @@ -328,7 +333,7 @@ Copyright © 2016, [Charlike Mike Reagent](http://www.tunnckocore.tk). Released

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on November 16, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on November 17, 2016._

[base]: https://github.com/node-base/base
[collection-visit]: https://github.com/jonschlinkert/collection-visit
Expand All @@ -350,7 +355,10 @@ _This file was generated by [verb-generate-readme](https://github.com/verbose/ve
[codeclimate-img]: https://img.shields.io/codeclimate/github/node-minibase/minibase.svg

[travis-url]: https://travis-ci.org/node-minibase/minibase
[travis-img]: https://img.shields.io/travis/node-minibase/minibase/master.svg
[travis-img]: https://img.shields.io/travis/node-minibase/minibase/master.svg?label=linux

[appveyor-url]: https://ci.appveyor.com/project/tunnckoCore/minibase
[appveyor-img]: https://img.shields.io/appveyor/ci/tunnckoCore/minibase/master.svg?label=windows

[coveralls-url]: https://coveralls.io/r/node-minibase/minibase
[coveralls-img]: https://img.shields.io/coveralls/node-minibase/minibase.svg
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "0.10"

matrix:
allow_failures:
- nodejs_version: "4"
- nodejs_version: "0.12"
- nodejs_version: "0.10"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
Expand Down

0 comments on commit c100048

Please sign in to comment.