Skip to content

Commit

Permalink
Another Appveyor try
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Apr 25, 2018
1 parent 54193ad commit a121ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ install:
- node --version
- npm --version
- npm config set msvs_version 2015
- npm install --no-save 7zip-bin-win app-builder-bin-win > NUL
- npm run bootstrap
- npm test

Expand All @@ -32,6 +31,7 @@ cache:
#---------------------------------#

build_script:
- npm install --no-save 7zip-bin-win app-builder-bin-win
- if %APPVEYOR_REPO_TAG%==true npm run app-package

#---------------------------------#
Expand Down

0 comments on commit a121ec0

Please sign in to comment.