mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-04-11 10:53:07 +08:00
Update .travis.yml
This commit is contained in:
parent
36956c0f2b
commit
3643cbb554
@ -79,7 +79,7 @@ matrix:
|
|||||||
- env: PLATFORM=android-9.0
|
- env: PLATFORM=android-9.0
|
||||||
<<: *_android
|
<<: *_android
|
||||||
|
|
||||||
- env: PLATFORM=android-9.0-androidx
|
- env: PLATFORM=android-9.0-androidx
|
||||||
<<: *_android
|
<<: *_android
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
@ -90,10 +90,7 @@ before_install:
|
|||||||
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
|
- if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
|
||||||
- npm install -g cordova
|
- npm install -g cordova
|
||||||
# install paramedic if not running on paramedic repo
|
# install paramedic if not running on paramedic repo
|
||||||
- |
|
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#janpio-androidx; fi
|
||||||
if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then
|
|
||||||
npm install -g github:apache/cordova-paramedicjanpio-androidx;
|
|
||||||
fi
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user