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.
1 parent c88d39e commit 1cfccb4Copy full SHA for 1cfccb4
2 files changed
.travis.yml
@@ -7,7 +7,3 @@ git:
7
branches:
8
only:
9
- master
10
-matrix:
11
- fast_finish: true
12
- allow_failures:
13
- - node_js: 0.11
appveyor.yml
@@ -15,10 +15,6 @@ environment:
15
- nodejs_version: 0.11
16
- nodejs_version: 0.10
17
18
19
20
- - nodejs_version: 0.11
21
-
22
# Get the latest stable version of Node 0.STABLE.latest
23
install:
24
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
0 commit comments