forked from public/cordova-plugin-camera
Compare commits
6 Commits
master
...
janpio-par
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3643cbb554 | ||
|
|
36956c0f2b | ||
|
|
361b1862b2 | ||
|
|
388d82036d | ||
|
|
35d79b481e | ||
|
|
6ae1e58945 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user