Skip to content

Commit

Permalink
Fix build errors for node-gyp (nodejs/node-gyp#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Sep 12, 2016
1 parent 9e97e03 commit 46eeeb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- git submodule update --init --recursive
- IF %nodejs_version% LSS 6 npm -g install npm@2
- IF %nodejs_version% EQU 6 npm -g install npm@3
- npm install

#---------------------------------#
# build configuration #
#---------------------------------#

# to disable automatic builds
build: off
build: on

#---------------------------------#
# tests configuration #
Expand Down

0 comments on commit 46eeeb7

Please sign in to comment.