Try on_success for appveyor

This commit is contained in:
Gregory Schier 2017-05-04 12:26:23 -07:00
parent 8784d183fa
commit fe9c9e09bc

View File

@ -29,7 +29,7 @@ cache:
# tests configuration #
#---------------------------------#
build_script:
on_success:
- ps: if($env:APPVEYOR_REPO_TAG -eq 'true') { npm run build-n-package:win }
#---------------------------------#