Skip to content

Commit

Permalink
Build: Add AppVeyor CI (fixes #4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps committed Jan 9, 2016
1 parent 4356532 commit 3906481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -69,7 +69,7 @@ var NODE = "node ", // intentional extra space
ISSUE_REGEX = /\((?:fixes|refs) #\d+(?:.*(?:fixes|refs) #\d+)*\)$/, ISSUE_REGEX = /\((?:fixes|refs) #\d+(?:.*(?:fixes|refs) #\d+)*\)$/,


// Settings // Settings
MOCHA_TIMEOUT = 4000; MOCHA_TIMEOUT = 10000;


//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Helpers // Helpers
Expand Down
3 changes: 3 additions & 0 deletions README.md
@@ -1,5 +1,6 @@
[![NPM version][npm-image]][npm-url] [![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url] [![build status][travis-image]][travis-url]
[![Build status][appveyor-image]][appveyor-url]
[![Test coverage][coveralls-image]][coveralls-url] [![Test coverage][coveralls-image]][coveralls-url]
[![Downloads][downloads-image]][downloads-url] [![Downloads][downloads-image]][downloads-url]
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=282608)](https://www.bountysource.com/trackers/282608-eslint?utm_source=282608&utm_medium=shield&utm_campaign=TRACKER_BADGE) [![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=282608)](https://www.bountysource.com/trackers/282608-eslint?utm_source=282608&utm_medium=shield&utm_campaign=TRACKER_BADGE)
Expand Down Expand Up @@ -120,6 +121,8 @@ Join our [Mailing List](https://groups.google.com/group/eslint) or [Chatroom](ht
[npm-url]: https://www.npmjs.com/package/eslint [npm-url]: https://www.npmjs.com/package/eslint
[travis-image]: https://img.shields.io/travis/eslint/eslint/master.svg?style=flat-square [travis-image]: https://img.shields.io/travis/eslint/eslint/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/eslint/eslint [travis-url]: https://travis-ci.org/eslint/eslint
[appveyor-image]: https://ci.appveyor.com/api/projects/status/iwxmiobcvbw3b0av/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/nzakas/eslint/branch/master
[coveralls-image]: https://img.shields.io/coveralls/eslint/eslint/master.svg?style=flat-square [coveralls-image]: https://img.shields.io/coveralls/eslint/eslint/master.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/eslint/eslint?branch=master [coveralls-url]: https://coveralls.io/r/eslint/eslint?branch=master
[downloads-image]: https://img.shields.io/npm/dm/eslint.svg?style=flat-square [downloads-image]: https://img.shields.io/npm/dm/eslint.svg?style=flat-square
Expand Down
5 changes: 1 addition & 4 deletions appveyor.yml
Expand Up @@ -7,10 +7,7 @@ version: "{build}"
# What combinations to test # What combinations to test
environment: environment:
matrix: matrix:
# 2 means latest iojs version in 2.x versions - nodejs_version: 4
- nodejs_version: 2
- nodejs_version: 0.12
- nodejs_version: 0.10


install: install:
# Get the latest stable version of Node.js or io.js # Get the latest stable version of Node.js or io.js
Expand Down

0 comments on commit 3906481

Please sign in to comment.