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

normanbreau 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 cfdb5b6  feat: android 10 configs
     new 326051a  Merge pull request #202 from breautek/android10
cfdb5b6 is described below

commit cfdb5b6c07385dcc3fa95d9634e18ba738a39061
Author: Norman Breau <[email protected]>
AuthorDate: Tue Aug 4 23:39:27 2020 -0300

    feat: android 10 configs
---
 .travis.yml                      | 2 ++
 conf/pr/android-10.0.config.json | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 837f8f7..f35e1f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,6 +74,8 @@ matrix:
       <<: *_android
     - env: PLATFORM=android-9.0
       <<: *_android
+    - env: PLATFORM=android-10.0
+      <<: *_android
 
 before_install:
   # manually install Node for `language: android`
diff --git a/conf/pr/android-10.0.config.json b/conf/pr/android-10.0.config.json
new file mode 100644
index 0000000..48105cb
--- /dev/null
+++ b/conf/pr/android-10.0.config.json
@@ -0,0 +1,9 @@
+{
+    "platform": "android@latest",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "shouldUseSauce": true,
+    "saucePlatformVersion": "10.0",
+    "sauceDeviceName": "Android GoogleAPI Emulator",
+    "verbose": true
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to