Skip to content

Commit

Permalink
ci: setup appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 26, 2020
1 parent 9f90704 commit 2bd7944
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
environment:
matrix:
- nodejs_version: Stable
- nodejs_version: 12.18.2
init: git config --global core.autocrlf true
install:
- ps: 'Install-Product node $env:nodejs_version'
- npm install
test_script:
- node --version
- npm --version
- npm run test
build: 'off'
clone_depth: 1
matrix:
fast_finish: true
2 changes: 2 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"ts": true,
"license": "MIT",
"services": [
"appveyor",
"circleci"
],
"appveyorUsername": "thetutlage",
"minNodeVersion": "12.18.2",
"probotApps": [
"stale",
Expand Down
2 changes: 1 addition & 1 deletion npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
July 26th 2020, 8:48:13 am
July 26th 2020, 9:10:48 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down

0 comments on commit 2bd7944

Please sign in to comment.