We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c7e907 + 3275a28 commit a437d92Copy full SHA for a437d92
appveyor.yml
@@ -1,8 +1,18 @@
1
# this script based off of https://github.com/tolbertam/mocha-appveyor-reporter/blob/master/appveyor.yml
2
3
+branches:
4
+ except:
5
+ - gh-pages
6
+
7
+image:
8
+- Visual Studio 2017
9
+- Ubuntu
10
11
+stack: node 8, python 3.6
12
+environment:
13
+ nodejs_version: "8"
14
15
install:
- # Get the latest stable version of Node.js
- - ps: Install-Product node ''
16
- npm install
17
18
build: off
@@ -21,4 +31,4 @@ notifications:
21
31
22
32
skip_commits:
23
33
files:
24
- - '**/*.md'
34
+ - '**/*.md'
0 commit comments