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/15 12:19:15 UTC

[cordova-paramedic] branch master updated: [CI] Test iOS 12.2 on SauceLabs (#128)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d3cb384  [CI] Test iOS 12.2 on SauceLabs (#128)
d3cb384 is described below

commit d3cb384a888da1912d55558e8c4742453d996169
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Apr 15 14:19:11 2019 +0200

    [CI] Test iOS 12.2 on SauceLabs (#128)
    
    closes #125
---
 .travis.yml                  | 2 ++
 conf/pr/ios-12.2.config.json | 8 ++++++++
 2 files changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8741539..5c779d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,8 @@ matrix:
       <<: *_ios
     - env: PLATFORM=ios-12.0
       <<: *_ios
+    - env: PLATFORM=ios-12.2
+      <<: *_ios
 
     - env: PLATFORM=android-4.4
       <<: *_android
diff --git a/conf/pr/ios-12.2.config.json b/conf/pr/ios-12.2.config.json
new file mode 100644
index 0000000..ac7d11d
--- /dev/null
+++ b/conf/pr/ios-12.2.config.json
@@ -0,0 +1,8 @@
+{
+    "platform": "ios",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "verbose": true,
+    "saucePlatformVersion": "12.2",
+    "sauceAppiumVersion": "1.12.1"
+}


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