Skip to content

Commit ad0d1ec

Browse files
authored
#149 running appveyor on windows and linux
1 parent 3d9e424 commit ad0d1ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# this script based off of https://github.com/tolbertam/mocha-appveyor-reporter/blob/master/appveyor.yml
22

3+
image:
4+
- Visual Studio 2017
5+
- Ubuntu
6+
37
install:
48
# Get the latest stable version of Node.js
59
- ps: Install-Product node ''
@@ -21,4 +25,4 @@ notifications:
2125

2226
skip_commits:
2327
files:
24-
- '**/*.md'
28+
- '**/*.md'

0 commit comments

Comments
 (0)