fix(CI): Adjust appveyor yml

This commit is contained in:
Bouncey
2018-10-05 14:29:45 +01:00
committed by Beau Carnes
parent 0ab4dbe5d2
commit 26ef6e73ab

View File

@ -1,7 +1,9 @@
platform:
- x64
platform: x64
image: ubuntu
environment:
nodejs_version: "8"
skip_branch_with_pr: false
skip_commits:
@ -16,15 +18,9 @@ skip_commits:
- tools/**
- "./*.md"
environment:
nodejs_version: "8"
# Install scripts. (runs after repo cloning)
install:
- echo This client build is built on %buildon% and the commit tag is %APPVEYOR_REPO_TAG% and the tag is %APPVEYOR_REPO_TAG_NAME%
- ps: Install-Product node $env:nodejs_version $env:platform
- refreshenv
- echo we are running on %PLATFORM%
- sh: nvm install $nodejs_version
- node --version
- npm install
- npm test