mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
remove travis-ci integration
This commit is contained in:
parent
9bd21e3341
commit
0464a97742
13
.travis.yml
13
.travis.yml
@ -1,13 +0,0 @@
|
||||
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 cordova-paramedic
|
||||
- npm install -g cordova
|
||||
- npm install -g ios-sim
|
||||
script:
|
||||
- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
|
@ -19,7 +19,6 @@
|
||||
|
||||
# cordova-plugin-network-information
|
||||
|
||||
[![Build Status](https://travis-ci.org/apache/cordova-plugin-network-information.svg)](https://travis-ci.org/apache/cordova-plugin-network-information)
|
||||
|
||||
This plugin provides an implementation of an old version of the
|
||||
[Network Information API](http://www.w3.org/TR/2011/WD-netinfo-api-20110607/).
|
||||
|
Loading…
Reference in New Issue
Block a user