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/05 20:18:13 UTC

[cordova-paramedic] 01/01: ios 11.3 and 12.0

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

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

commit c4e04d71ebe0f8f177feecd0fea010ce15356672
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Apr 5 22:18:02 2019 +0200

    ios 11.3 and 12.0
---
 .travis.yml                  | 7 +++++++
 conf/pr/ios-11.3.config.json | 8 ++++++++
 conf/pr/ios-12.0.config.json | 8 ++++++++
 3 files changed, 23 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6f27e31..eb8d479 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
     - TRAVIS_NODE_VERSION=6
     - ANDROID_API_LEVEL=28
     - ANDROID_BUILD_TOOLS_VERSION=28.0.3
+    - XCODE_VERSION=xcode10.1
 
 language: node_js
 node_js: 6
@@ -45,6 +46,12 @@ matrix:
     - env: PLATFORM=ios-10.0
       os: osx
       osx_image: xcode9
+    - env: PLATFORM=ios-11.3
+      os: osx
+      osx_image: $XCODE_VERSION
+    - env: PLATFORM=ios-12.0
+      os: osx
+      osx_image: $XCODE_VERSION
       
     - env: PLATFORM=android-4.4
       <<: *_android
diff --git a/conf/pr/ios-11.3.config.json b/conf/pr/ios-11.3.config.json
new file mode 100644
index 0000000..c47d1ea
--- /dev/null
+++ b/conf/pr/ios-11.3.config.json
@@ -0,0 +1,8 @@
+{
+    "platform": "ios",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "verbose": true,
+    "saucePlatformVersion": "11.3",
+    "sauceAppiumVersion": "1.8.1"
+}
diff --git a/conf/pr/ios-12.0.config.json b/conf/pr/ios-12.0.config.json
new file mode 100644
index 0000000..72e0154
--- /dev/null
+++ b/conf/pr/ios-12.0.config.json
@@ -0,0 +1,8 @@
+{
+    "platform": "ios",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "verbose": true,
+    "saucePlatformVersion": "12.0",
+    "sauceAppiumVersion": "1.9.1"
+}


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