File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ script:
59
59
- npm test
60
60
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package && node-pre-gyp-github publish --release; fi;
61
61
62
- cache :
63
- directories :
64
- - $HOME/.node-gyp
65
- - $HOME/.npm
66
- - node_modules
62
+ # cache:
63
+ # directories:
64
+ # - $HOME/.node-gyp
65
+ # - $HOME/.npm
66
+ # - node_modules
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ install:
22
22
- set PATH=%APPDATA%\npm;%PATH%
23
23
# install submodules
24
24
- git submodule update --init
25
+ # fixes nodejs/node-gyp#972
26
+ - npm install -g npm@next
25
27
# install modules
26
- - npm install -g node-gyp node-pre-gyp node-pre-gyp-github
27
28
- npm install --build-from-source
28
29
# Check if we're building the latest tag, if so
29
30
# then we publish the binaries if tests pass.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fasttext" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " A nodejs binding for fasttext representation and classification" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"config" : " node-pre-gyp configure --msvs_version=2015" ,
8
8
"build" : " node-pre-gyp rebuild" ,
9
- "preinstall" : " npm install node-pre-gyp node-gyp " ,
9
+ "preinstall" : " npm install node-pre-gyp" ,
10
10
"postinstall" : " node-pre-gyp install --fallback-to-build" ,
11
11
"test" : " tape test/start.js | tap-spec" ,
12
12
"buildtest" : " set PYTHON=C:\\ Python27\\ python.exe&& npm run config && npm run build && npm test"
34
34
},
35
35
"dependencies" : {
36
36
"nan" : " 2.8.0" ,
37
- "node-gyp" : " 3.6.2" ,
38
- "node-pre-gyp-github" : " 1.3.1" ,
39
37
"node-pre-gyp" : " 0.6.39"
40
38
},
41
39
"devDependencies" : {
40
+ "node-pre-gyp-github" : " 1.3.1" ,
42
41
"tap-spec" : " ^4.1.1" ,
43
42
"tape" : " ^4.6.0"
44
43
},
You can’t perform that action at this time.
0 commit comments