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.
1 parent 850e7da commit 0b098e3Copy full SHA for 0b098e3
appveyor.yml
@@ -6,11 +6,13 @@ branches:
6
- master
7
- appveyor
8
9
+image: Visual Studio 2017 RC
10
+
11
environment:
12
matrix:
13
- VSVER: Visual Studio 12 2013 Win64
- - os: Visual Studio 2015
- VSVER: Visual Studio 14 2015 Win64
14
+ - VSVER: Visual Studio 14 2015 Win64
15
+ - VSVER: Visual Studio 15 2017 Win64
16
17
platform:
18
- x64
@@ -42,8 +44,9 @@ artifacts:
42
44
type: zip
43
45
46
notifications:
- - provider: Webhook
47
+ - provider: Webhook
48
url: https://webhooks.gitter.im/e/4c53c094183ccaa8d059
49
+ method: POST
50
on_build_success: true
51
on_build_failure: true
52
on_build_status_changed: false
0 commit comments