You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/17 02:39:22 UTC

[cordova-paramedic] branch chore/upgrade-test-environment created (now 5b5b8ff)

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

erisu pushed a change to branch chore/upgrade-test-environment
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


      at 5b5b8ff  chore: use iPhone-11 instead of XR

This branch includes the following new commits:

     new 0877216  chore: use latest platforms for testing
     new caa1776  breaking: bump xcode requirement to 11.5
     new fb9e9cc  breaking: bump android requirement to API 29
     new 5b5b8ff  chore: use iPhone-11 instead of XR

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-paramedic] 03/04: breaking: bump android requirement to API 29

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch chore/upgrade-test-environment
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit fb9e9cc578a1835334ab60b0b87e27aad4cc0075
Author: Erisu <el...@gmail.com>
AuthorDate: Tue Jul 14 20:54:58 2020 +0900

    breaking: bump android requirement to API 29
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 015b6a9..905a6c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@ env:
   global:
     - SAUCE_USERNAME=snay
     - TRAVIS_NODE_VERSION=12
-    - ANDROID_API_LEVEL=28
-    - ANDROID_BUILD_TOOLS_VERSION=28.0.3
+    - ANDROID_API_LEVEL=29
+    - ANDROID_BUILD_TOOLS_VERSION=29.0.2
 
 language: node_js
 node_js: 12


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


[cordova-paramedic] 01/04: chore: use latest platforms for testing

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch chore/upgrade-test-environment
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 0877216756a91ab7664345ed7510ae90b1ab2d7a
Author: Erisu <el...@gmail.com>
AuthorDate: Tue Jul 14 19:42:24 2020 +0900

    chore: use latest platforms for testing
---
 conf/pr/android-4.4.config.json            | 2 +-
 conf/pr/android-5.1.config.json            | 2 +-
 conf/pr/android-6.0.config.json            | 2 +-
 conf/pr/android-7.0.config.json            | 2 +-
 conf/pr/android-7.1.config.json            | 2 +-
 conf/pr/android-8.0.config.json            | 2 +-
 conf/pr/android-8.1.config.json            | 2 +-
 conf/pr/android-9.0.config.json            | 2 +-
 conf/pr/browser-chrome.config.json         | 2 +-
 conf/pr/browser-edge.config.json           | 2 +-
 conf/pr/browser-firefox.config.json        | 2 +-
 conf/pr/browser-safari.config.json         | 2 +-
 conf/pr/ios-11.3.config.json               | 2 +-
 conf/pr/ios-12.0.config.json               | 2 +-
 conf/pr/ios-12.2.config.json               | 2 +-
 conf/pr/local/android-4.4.config.json      | 2 +-
 conf/pr/local/android-5.1.config.json      | 2 +-
 conf/pr/local/browser.config.json          | 2 +-
 conf/pr/local/ios-10.0.config.json         | 2 +-
 conf/pr/local/ios-9.3.config.json          | 2 +-
 conf/pr/local/windows-10-store.config.json | 2 +-
 conf/pr/windows-10-store.config.json       | 2 +-
 sample-config/.paramedic.config.js         | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/conf/pr/android-4.4.config.json b/conf/pr/android-4.4.config.json
index a96042f..4a0bfaa 100644
--- a/conf/pr/android-4.4.config.json
+++ b/conf/pr/android-4.4.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-5.1.config.json b/conf/pr/android-5.1.config.json
index a819125..a5b6ed8 100644
--- a/conf/pr/android-5.1.config.json
+++ b/conf/pr/android-5.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-6.0.config.json b/conf/pr/android-6.0.config.json
index e29e259..df3dc7f 100644
--- a/conf/pr/android-6.0.config.json
+++ b/conf/pr/android-6.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-7.0.config.json b/conf/pr/android-7.0.config.json
index f8aeb8b..e3c2255 100644
--- a/conf/pr/android-7.0.config.json
+++ b/conf/pr/android-7.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-7.1.config.json b/conf/pr/android-7.1.config.json
index a1007c2..9081246 100644
--- a/conf/pr/android-7.1.config.json
+++ b/conf/pr/android-7.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-8.0.config.json b/conf/pr/android-8.0.config.json
index 97f029f..97cb711 100644
--- a/conf/pr/android-8.0.config.json
+++ b/conf/pr/android-8.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-8.1.config.json b/conf/pr/android-8.1.config.json
index 39de685..ec58a24 100644
--- a/conf/pr/android-8.1.config.json
+++ b/conf/pr/android-8.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/android-9.0.config.json b/conf/pr/android-9.0.config.json
index 80c3b1f..53fb72e 100644
--- a/conf/pr/android-9.0.config.json
+++ b/conf/pr/android-9.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/browser-chrome.config.json b/conf/pr/browser-chrome.config.json
index a6dafc2..51d8539 100644
--- a/conf/pr/browser-chrome.config.json
+++ b/conf/pr/browser-chrome.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "browser",
+    "platform": "browser@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/browser-edge.config.json b/conf/pr/browser-edge.config.json
index 482c109..7f9284b 100644
--- a/conf/pr/browser-edge.config.json
+++ b/conf/pr/browser-edge.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "browser",
+    "platform": "browser@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/browser-firefox.config.json b/conf/pr/browser-firefox.config.json
index 7c9e101..5d75458 100644
--- a/conf/pr/browser-firefox.config.json
+++ b/conf/pr/browser-firefox.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "browser",
+    "platform": "browser@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/browser-safari.config.json b/conf/pr/browser-safari.config.json
index f00509d..1aacf7d 100644
--- a/conf/pr/browser-safari.config.json
+++ b/conf/pr/browser-safari.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "browser",
+    "platform": "browser@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/ios-11.3.config.json b/conf/pr/ios-11.3.config.json
index 135e02a..b9a1a7e 100644
--- a/conf/pr/ios-11.3.config.json
+++ b/conf/pr/ios-11.3.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios",
+    "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/ios-12.0.config.json b/conf/pr/ios-12.0.config.json
index 64332e4..7362b58 100644
--- a/conf/pr/ios-12.0.config.json
+++ b/conf/pr/ios-12.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios",
+    "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/ios-12.2.config.json b/conf/pr/ios-12.2.config.json
index 7a13565..7faa03f 100644
--- a/conf/pr/ios-12.2.config.json
+++ b/conf/pr/ios-12.2.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios",
+    "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "shouldUseSauce": true,
diff --git a/conf/pr/local/android-4.4.config.json b/conf/pr/local/android-4.4.config.json
index e60bb6e..eaec629 100644
--- a/conf/pr/local/android-4.4.config.json
+++ b/conf/pr/local/android-4.4.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "api19",
diff --git a/conf/pr/local/android-5.1.config.json b/conf/pr/local/android-5.1.config.json
index 73a06aa..51ffab8 100644
--- a/conf/pr/local/android-5.1.config.json
+++ b/conf/pr/local/android-5.1.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "android",
+    "platform": "android@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "api22",
diff --git a/conf/pr/local/browser.config.json b/conf/pr/local/browser.config.json
index 211df49..4fb2be6 100644
--- a/conf/pr/local/browser.config.json
+++ b/conf/pr/local/browser.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "browser",
+    "platform": "browser@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "verbose": true
diff --git a/conf/pr/local/ios-10.0.config.json b/conf/pr/local/ios-10.0.config.json
index ab0bcac..4a2ddb0 100644
--- a/conf/pr/local/ios-10.0.config.json
+++ b/conf/pr/local/ios-10.0.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios",
+    "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "iPhone-XR",
diff --git a/conf/pr/local/ios-9.3.config.json b/conf/pr/local/ios-9.3.config.json
index 693bda0..a70221e 100644
--- a/conf/pr/local/ios-9.3.config.json
+++ b/conf/pr/local/ios-9.3.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "ios@4.5.5",
+    "platform": "ios@latest",
     "args": "--buildFlag='-UseModernBuildSystem=0'",
     "action": "run",
     "cleanUpAfterRun": true,
diff --git a/conf/pr/local/windows-10-store.config.json b/conf/pr/local/windows-10-store.config.json
index 221ef75..60e2031 100644
--- a/conf/pr/local/windows-10-store.config.json
+++ b/conf/pr/local/windows-10-store.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "windows",
+    "platform": "windows@latest",
     "action": "run",
     "args": " -- --appx=uap --archs=x64",
     "cleanUpAfterRun": true,
diff --git a/conf/pr/windows-10-store.config.json b/conf/pr/windows-10-store.config.json
index 118a06a..645b707 100644
--- a/conf/pr/windows-10-store.config.json
+++ b/conf/pr/windows-10-store.config.json
@@ -1,5 +1,5 @@
 {
-    "platform": "windows",
+    "platform": "windows@latest",
     "action": "run",
     "args": " -- --appx=uap --archs=x64",
     "cleanUpAfterRun": true,
diff --git a/sample-config/.paramedic.config.js b/sample-config/.paramedic.config.js
index 6d1bab5..e0a1ea5 100644
--- a/sample-config/.paramedic.config.js
+++ b/sample-config/.paramedic.config.js
@@ -24,7 +24,7 @@ module.exports = {
     "plugins": [
         "https://github.com/apache/cordova-plugin-inappbrowser"
     ],
-     "platform": "windows",
+     "platform": "windows@latest",
      "action": "run",
      "args": "--archs=x64 -- --appx=uap"
 };


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


[cordova-paramedic] 04/04: chore: use iPhone-11 instead of XR

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch chore/upgrade-test-environment
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 5b5b8ffe38b4b7eda65f470eaa0acfe7bd285a9d
Author: Erisu <el...@gmail.com>
AuthorDate: Tue Jul 14 21:31:51 2020 +0900

    chore: use iPhone-11 instead of XR
---
 conf/pr/local/ios-10.0.config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/pr/local/ios-10.0.config.json b/conf/pr/local/ios-10.0.config.json
index 4a2ddb0..adcc391 100644
--- a/conf/pr/local/ios-10.0.config.json
+++ b/conf/pr/local/ios-10.0.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-XR",
+    "target": "iPhone-11",
     "verbose": true
 }


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


[cordova-paramedic] 02/04: breaking: bump xcode requirement to 11.5

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch chore/upgrade-test-environment
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit caa17768195754ee0d1428a9b395e6296fb976f8
Author: Erisu <el...@gmail.com>
AuthorDate: Tue Jul 14 20:54:44 2020 +0900

    breaking: bump xcode requirement to 11.5
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 20b080d..015b6a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ node_js: 12
 
 _ios: &_ios
   os: osx
-  osx_image: xcode10.3
+  osx_image: xcode11.5
 
 _android: &_android
   language: android


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