You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/07/04 10:18:49 UTC

[cordova-lib] 01/03: Work around AppVeyor/Node10 issue

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

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git

commit 4accff4ea6dcb981220acac4ca366e649596d993
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Wed Jul 4 11:02:40 2018 +0200

    Work around AppVeyor/Node10 issue
---
 appveyor.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index ad55288..e8d29cf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,8 @@ install:
 build: off
 
 test_script:
+  # Workaround for https://github.com/appveyor/ci/issues/2420
+  - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - node --version
   - npm --version
   - "npm test"


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