summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 46895e0..97e26a3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,11 +6,13 @@ branches:
- master
- appveyor
+image: Visual Studio 2017 RC
+
environment:
matrix:
- VSVER: Visual Studio 12 2013 Win64
- - os: Visual Studio 2015
- VSVER: Visual Studio 14 2015 Win64
+ - VSVER: Visual Studio 14 2015 Win64
+ - VSVER: Visual Studio 15 2017 Win64
platform:
- x64
@@ -42,8 +44,9 @@ artifacts:
type: zip
notifications:
- - provider: Webhook
+ - provider: Webhook
url: https://webhooks.gitter.im/e/4c53c094183ccaa8d059
+ method: POST
on_build_success: true
on_build_failure: true
on_build_status_changed: false