Browse Source

Update appveyor.yml

pull/1617/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
9bd240162c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      appveyor.yml

1
appveyor.yml

@ -11,6 +11,7 @@ skip_non_tags: true
init:
- cmd: git config --global core.autocrlf input
install:
- ps: Install-Product node $env:nodejs_version
- cmd: >-
git reset --hard HEAD

Loading…
Cancel
Save