Skip to content

Commit

Permalink
Added appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionut.stan committed Apr 20, 2017
1 parent 5e83941 commit e983eb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions appveyor.yml
@@ -0,0 +1,14 @@
environment:
matrix:
- nodejs_version: "7.8"
platform:
- x86
- x64
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
test_script:
- npm run test
build: off
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jsonrpc-bidirectional",
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
"version": "2.4.0",
"version": "2.4.1",
"scripts": {
"build": "node build.js",
"test": "node tests/main.js",
Expand Down

0 comments on commit e983eb7

Please sign in to comment.