Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Aug 31, 2020
1 parent c72d755 commit 513808a
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
language: node_js
# http://www.appveyor.com/docs/appveyor-yml

node_js:
- "13.5.0"
version: "{build}"

cache: npm

os:
- linux
- osx

env:
matrix:
- NODE_VERSION="13"
platform:
- x64
- x86

matrix:
fast_finish: true

install:
# Build
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 14.2.0) $env:platform
- npm install
- npm link

script:
test_script:
- node --version
- npm --version
- npm test

after_success:
- npm run calls
cache:
# local npm modules
- 'node_modules -> package.json'
# npm cache
- '%APPDATA%\npm-cache'

build: off

deploy: off

0 comments on commit 513808a

Please sign in to comment.