mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-03-15 12:51:00 +08:00
Use TRAVIS_BUILD_DIR, install paramedic by npm
This commit is contained in:
parent
a8c5507853
commit
8023cd46dd
@ -6,9 +6,8 @@ node_js:
|
|||||||
install:
|
install:
|
||||||
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
- cd ..
|
- cd ..
|
||||||
- npm install -g purplecabbage/cordova-paramedic
|
- npm install -g cordova-paramedic
|
||||||
- npm install -g cordova
|
- npm install -g cordova
|
||||||
- npm install -g ios-sim
|
- npm install -g ios-sim
|
||||||
script:
|
script:
|
||||||
- cordova-paramedic --platform ios --plugin ../cordova-plugin-network-information
|
- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user