Skip to content

Commit e983eb7

Browse files
author
ionut.stan
committed
Added appveyor.yml
1 parent 5e83941 commit e983eb7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

appveyor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
environment:
2+
matrix:
3+
- nodejs_version: "7.8"
4+
platform:
5+
- x86
6+
- x64
7+
matrix:
8+
fast_finish: true
9+
install:
10+
- ps: Install-Product node $env:nodejs_version $env:platform
11+
- npm install
12+
test_script:
13+
- npm run test
14+
build: off

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsonrpc-bidirectional",
33
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"scripts": {
66
"build": "node build.js",
77
"test": "node tests/main.js",

0 commit comments

Comments
 (0)