You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/15 16:20:29 UTC

[cordova-windows] 01/01: allow failures for Visual Studio 2017

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-allow_failures
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit a0b86104dae09e8a50ece826edde5593be084218
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 17:20:18 2018 +0100

    allow failures for Visual Studio 2017
---
 appveyor.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index 19e7f28..3eb6194 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,6 +37,10 @@ environment:
     - nodejs_version: "4"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
 
+matrix:
+  allow_failures:
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
 install:
   - ps: Install-Product node $env:nodejs_version
   - npm install

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org