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