Skip to content

Commit 96da7da

Browse files
committed
[skip travis] revert latest AppVeyor changes, getting a lot of npm 304s
1 parent 75f4c43 commit 96da7da

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

appveyor.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ environment:
1616
- nodejs_version: 0.12.7
1717
platform: x64
1818
msvs_toolset: 12
19-
- nodejs_version: 4.4.1
19+
- nodejs_version: 4.0.0
2020
platform: x64
2121
msvs_toolset: 12
22-
- nodejs_version: 4.4.1
22+
- nodejs_version: 4.0.0
2323
platform: x86
2424
msvs_toolset: 12
2525
- nodejs_version: 5.0.0
@@ -45,14 +45,6 @@ environment:
4545
platform: x64
4646
msvs_toolset: 14
4747
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
48-
- nodejs_version: 4.4.1
49-
platform: x86
50-
msvs_toolset: 14
51-
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
52-
- nodejs_version: 4.4.1
53-
platform: x64
54-
msvs_toolset: 14
55-
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
5648

5749
os: Visual Studio 2015
5850

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"nan": "~2.2.0",
41-
"node-pre-gyp": "https://github.com/mapbox/node-pre-gyp/tarball/v0.7.x"
41+
"node-pre-gyp": "~0.6.25"
4242
},
4343
"bundledDependencies": [
4444
"node-pre-gyp"
@@ -49,7 +49,6 @@
4949
},
5050
"scripts": {
5151
"prepublish":"npm ls",
52-
"preinstall": "npm install node-pre-gyp",
5352
"install": "node-pre-gyp install --fallback-to-build",
5453
"pretest": "node test/support/createdb.js",
5554
"test": "mocha -R spec --timeout 480000"

0 commit comments

Comments
 (0)