We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 760ad36 + fae3741 commit 2d39546Copy full SHA for 2d39546
.travis.yml
@@ -7,6 +7,8 @@ env:
7
- NODE_VERSION="iojs-2.5.0"
8
- NODE_VERSION="iojs-3.3.1"
9
- NODE_VERSION="4.1"
10
+ - NODE_VERSION="4.2"
11
+ - NODE_VERSION="5.0"
12
global:
13
secure: VwwHS3ZYxu5WudTcWRw588aekYZrTHMDvziNWLhPnadVs+ami6EF7CMHFZenkvSehmmaunKaH0vcNuxDXqLjrZN8Qt6aOuVVq9o/N6+8OG6/E2D0lDRFF9OZdAKetzS7EtoZfVJpqe009leg9V5mjx3uo1WRlc6SqmeKynaUDaY=
14
appveyor.yml
@@ -13,6 +13,7 @@ environment:
- node_version: '2.5'
- node_version: '3.3'
15
- node_version: '4.1'
16
+ - node_version: '5.0'
17
18
install:
19
- ps: Install-Product node $env:node_version $env:platform
0 commit comments