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/12 21:30:12 UTC

[cordova-paramedic] branch janpio-xcode10.1 updated: no explicit target + xcode9

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

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


The following commit(s) were added to refs/heads/janpio-xcode10.1 by this push:
     new c83785a  no explicit target + xcode9
c83785a is described below

commit c83785a3be21f9fb3cb86e5af045ff9e9f8b8526
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Apr 12 23:29:59 2019 +0200

    no explicit target + xcode9
---
 .travis.yml  | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 006636e..e9979cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@ matrix:
     # one local test, without saucelabs
     - env: PLATFORM=local
       <<: *_ios
+      osx_image: xcode9
 
     # many tests with saucelabs
 
diff --git a/package.json b/package.json
index 44b51a5..d5f3a6c 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/ --target \"^iPhone-6\\,\\ 12\\.5\" --verbose",
+    "test-ios": "node main.js --platform ios --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