From dbcf5dc87d83ee59fc23e4eaa225a15655d17d2d Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Sat, 17 Apr 2021 22:12:38 +0200 Subject: Prepare release 1.2.0 (#213) * Prepare release 1.2.0 * Update versions * Lint * update appveyor * Update travis * Use yarn * Add nyc * Run cov instead of test * remove package-lock.json * Remove istanbul --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 58bfd6e..1bf3921 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,22 +1,22 @@ environment: - nodejs_version: "6" + nodejs_version: "15" branches: only: - master -image: Visual Studio 2015 +image: Visual Studio 2019 install: - ps: Install-Product node $env:nodejs_version - - npm install - - set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.4;%path% + - yarn + - set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\4.2;%path% build_script: - - npm run vscode:prepublish + - yarn vscode:prepublish test_script: - - npm run test + - yarn test notifications: - provider: Webhook @@ -27,4 +27,4 @@ notifications: APPVEYOR-COMMIT-ID: '{{commitId}}' on_build_success: true on_build_failure: true - on_build_status_changed: true \ No newline at end of file + on_build_status_changed: true -- cgit v1.2.3