mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-03-17 13:21:02 +08:00
CB-8573 Integrate TravisCI
This commit is contained in:
parent
5cdb383803
commit
9e57b0227f
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
language: objective-c
|
||||||
|
git:
|
||||||
|
depth: 2
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
install:
|
||||||
|
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
|
- cd ..
|
||||||
|
- npm install -g purplecabbage/cordova-paramedic
|
||||||
|
- npm install -g cordova
|
||||||
|
- npm install -g ios-sim
|
||||||
|
script:
|
||||||
|
- cordova-paramedic --platform ios --plugin ../cordova-plugin-network-information
|
||||||
|
|
@ -19,4 +19,6 @@
|
|||||||
|
|
||||||
# org.apache.cordova.network-information
|
# org.apache.cordova.network-information
|
||||||
|
|
||||||
|
[](https://travis-ci.org/apache/cordova-plugin-network-information)
|
||||||
|
|
||||||
Plugin documentation: [doc/index.md](doc/index.md)
|
Plugin documentation: [doc/index.md](doc/index.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user