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/07/05 12:36:42 UTC

[cordova-plugin-camera] 01/01: temp: Test janpio-androidx branch of paramedic

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

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

commit 6ae1e589456c4394f1b8bff043b5bec068d936b3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Jul 5 14:36:34 2019 +0200

    temp: Test janpio-androidx branch of paramedic
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a6d10e5..0b612cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,6 +79,9 @@ matrix:
     - env: PLATFORM=android-9.0
       <<: *_android
 
+   - env: PLATFORM=android-9.0-androidx
+      <<: *_android
+
 before_install:
   # manually install Node for `language: android`
   - if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi 
@@ -87,7 +90,7 @@ before_install:
   - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
   - npm install -g cordova
   # install paramedic if not running on paramedic repo
-  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi 
+  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#janpio-androidx; fi 
 
 install:
   - npm install


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