Browse Source

Update appveyor.yml

master
Ramiro Saenz 3 years ago
parent
commit
f9e9a547bd
  1. 2
      appveyor.yml

2
appveyor.yml

@ -12,7 +12,7 @@ init:
- cmd: node --version - cmd: node --version
- cmd: npm --version - cmd: npm --version
install: install:
- ps: Update-NodeJsInstallation $env:nodejs_version - ps: Update-NodeJsInstallation $env:nodejs_version x64
- cmd: >- - cmd: >-
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\

Loading…
Cancel
Save