Skip to content

Commit 2d39546

Browse files
committed
Merge pull request node-usb#116 from nonolith/abi-47
Add appveyor build for Node 5.0 (ABI 47)
2 parents 760ad36 + fae3741 commit 2d39546

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ env:
77
- NODE_VERSION="iojs-2.5.0"
88
- NODE_VERSION="iojs-3.3.1"
99
- NODE_VERSION="4.1"
10+
- NODE_VERSION="4.2"
11+
- NODE_VERSION="5.0"
1012
global:
1113
secure: VwwHS3ZYxu5WudTcWRw588aekYZrTHMDvziNWLhPnadVs+ami6EF7CMHFZenkvSehmmaunKaH0vcNuxDXqLjrZN8Qt6aOuVVq9o/N6+8OG6/E2D0lDRFF9OZdAKetzS7EtoZfVJpqe009leg9V5mjx3uo1WRlc6SqmeKynaUDaY=
1214

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
- node_version: '2.5'
1414
- node_version: '3.3'
1515
- node_version: '4.1'
16+
- node_version: '5.0'
1617

1718
install:
1819
- ps: Install-Product node $env:node_version $env:platform

0 commit comments

Comments
 (0)