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

[cordova-fetch] 02/02: Add workaround for failing tests on AppVeyor/Node10

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

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

commit c862e2ccf85c2ab1fc4bb95106b8b6034effc027
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Thu Jun 7 11:20:27 2018 +0200

    Add workaround for failing tests on AppVeyor/Node10
---
 appveyor.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index f34dfbd..eb430ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,4 +16,7 @@ build: off
 test_script:
   - node --version
   - npm --version
+  # Solution proposed in https://stackoverflow.com/questions/49256190/how-to-fix-git-sh-setup-file-not-found-in-windows#comment88245403_49256190
+  # to work around https://github.com/appveyor/ci/issues/2420
+  - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - npm test

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

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