Skip to content

Commit d9478a9

Browse files
committed
extrabacon#106 CI tests
1 parent f91833c commit d9478a9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.appveyor

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# this script based off of https://github.com/tolbertam/mocha-appveyor-reporter/blob/master/appveyor.yml
2+
3+
install:
4+
# Get the latest stable version of Node.js
5+
- ps: Install-Product node ''
6+
- npm install
7+
8+
build: off
9+
10+
test_script:
11+
- npm run appveyorTest
12+
13+
cache:
14+
- node_modules -> package.json
15+
16+
notifications:
17+
- provider: Email
18+
to:
19+
20+
on_build_success: false
21+
22+
skip_commits:
23+
files:
24+
- '**/*.md'

0 commit comments

Comments
 (0)