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 2019/04/14 15:39:21 UTC

[cordova-paramedic] 05/05: use patched cordova-ios (that also uses patched ios-sim)

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

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

commit 39844d4e128751ac41e6348b47326a31d89c74ad
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sun Apr 14 17:39:03 2019 +0200

    use patched cordova-ios (that also uses patched ios-sim)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d36b3fa..95ccaeb 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "test-local": "npm run test-browser && npm run test-android && npm run test-ios",
     "test-local-on-windows": "npm run test-browser && npm run test-android",
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
-    "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --verbose",
+    "test-ios": "node main.js --platform ios@https://github.com/apache/cordova-ios#janpio-594_deployment --plugin ./spec/testable-plugin/ --verbose",
     "test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
     "test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/",
     "test-saucelabs": "npm run test-saucelabs-browser && npm run test-saucelabs-ios && npm run test-saucelabs-android",


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