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/05/09 20:33:16 UTC

[cordova-paramedic] branch master updated: Remove unsupported SauceLabs iOS simulators (iOS 9.3 and 10) (#140)

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 b06ca5e  Remove unsupported SauceLabs iOS simulators (iOS 9.3 and 10) (#140)
b06ca5e is described below

commit b06ca5eefd3037381f7279b4ddeaa16c00be395e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu May 9 22:33:11 2019 +0200

    Remove unsupported SauceLabs iOS simulators (iOS 9.3 and 10) (#140)
    
    * Remove iOS 10 simulator
    
    * bye iOS 10
    
    * bye iOS 9.3
---
 .travis.yml                  | 2 --
 conf/pr/ios-10.0.config.json | 9 ---------
 conf/pr/ios-9.3.config.json  | 8 --------
 3 files changed, 19 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 597c2b0..008e279 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,8 +49,6 @@ matrix:
     - env: PLATFORM=browser-safari
     - env: PLATFORM=browser-edge
 
-    - env: PLATFORM=ios-10.0
-      <<: *_ios
     - env: PLATFORM=ios-11.3
       <<: *_ios
     - env: PLATFORM=ios-12.0
diff --git a/conf/pr/ios-10.0.config.json b/conf/pr/ios-10.0.config.json
deleted file mode 100644
index 5bcbaaf..0000000
--- a/conf/pr/ios-10.0.config.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-    "platform": "ios",
-    "action": "run",
-    "cleanUpAfterRun": true,
-    "shouldUseSauce": true,
-    "saucePlatformVersion": "10.0",
-    "sauceAppiumVersion": "1.6.4",
-    "verbose": true
-}
diff --git a/conf/pr/ios-9.3.config.json b/conf/pr/ios-9.3.config.json
deleted file mode 100644
index 66e4a6e..0000000
--- a/conf/pr/ios-9.3.config.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "platform": "ios@4.5.5",
-    "args": "--buildFlag='-UseModernBuildSystem=0'",
-    "action": "run",
-    "cleanUpAfterRun": true,
-    "verbose": true,
-    "saucePlatformVersion": "9.3"
-}
\ No newline at end of file


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