mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2026-04-09 00:00:27 +08:00
Update .travis.yml
This commit is contained in:
+4
-1
@@ -90,7 +90,10 @@ 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#janpio-androidx"; 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