From 3643cbb554ef5f9a5080414c6e165121fe3477a4 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 5 Jul 2019 15:50:34 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2824a2a..8a7788a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ matrix: - env: PLATFORM=android-9.0 <<: *_android - - env: PLATFORM=android-9.0-androidx + - env: PLATFORM=android-9.0-androidx <<: *_android before_install: @@ -90,10 +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-paramedicjanpio-androidx; - fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#janpio-androidx; fi install: - npm install