We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9e424 commit ad0d1ecCopy full SHA for ad0d1ec
1 file changed
appveyor.yml
@@ -1,5 +1,9 @@
1
# this script based off of https://github.com/tolbertam/mocha-appveyor-reporter/blob/master/appveyor.yml
2
3
+image:
4
+- Visual Studio 2017
5
+- Ubuntu
6
+
7
install:
8
# Get the latest stable version of Node.js
9
- ps: Install-Product node ''
@@ -21,4 +25,4 @@ notifications:
21
25
22
26
skip_commits:
23
27
files:
24
- - '**/*.md'
28
+ - '**/*.md'
0 commit comments