Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Evheniy Bystrov committed Feb 12, 2017
1 parent b792ca5 commit 5f8d352
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Simple promised node http request-response handler
[![devDependency Status](https://david-dm.org/evheniy/yeps/dev-status.svg)](https://david-dm.org/evheniy/yeps#info=devDependencies)
[![NSP Status](https://img.shields.io/badge/NSP%20status-no%20vulnerabilities-green.svg)](https://travis-ci.org/evheniy/yeps)
[![License](https://img.shields.io/npm/l/yeps.svg?style=flat-square)](https://raw.githubusercontent.com/evheniy/yeps/master/LICENSE)
[![NPM Downloads](https://img.shields.io/npm/evheniy/yeps.svg)](https://npmjs.org/package/yeps)
[![Linux Build](https://img.shields.io/travis/evheniy/yeps/master.svg?label=linux)](https://travis-ci.org/evheniy/)
[![Windows Build](https://img.shields.io/appveyor/ci/evheniy/yeps/master.svg?label=windows)](https://ci.appveyor.com/project/evheniy/yeps)

Node http server is simple and fast. But it works with callbacks:

Expand Down
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
environment:
matrix:
- nodejs_version: "6.9"
- nodejs_version: "7.4"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- npm run lint
- npm run test
build: off

0 comments on commit 5f8d352

Please sign in to comment.