Skip to content

Commit a437d92

Browse files
committed
2 parents 4c7e907 + 3275a28 commit a437d92

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

appveyor.yml

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

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+
315
install:
4-
# Get the latest stable version of Node.js
5-
- ps: Install-Product node ''
616
- npm install
717

818
build: off
@@ -21,4 +31,4 @@ notifications:
2131

2232
skip_commits:
2333
files:
24-
- '**/*.md'
34+
- '**/*.md'

0 commit comments

Comments
 (0)