remove travis-ci
This commit is contained in:
parent
74aa099b7e
commit
5c7a9d95a8
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,8 +19,6 @@
|
|||||||
|
|
||||||
# cordova-plugin-inappbrowser
|
# cordova-plugin-inappbrowser
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/apache/cordova-plugin-inappbrowser.svg)](https://travis-ci.org/apache/cordova-plugin-inappbrowser)
|
|
||||||
|
|
||||||
This plugin provides a web browser view that displays when calling `cordova.InAppBrowser.open()`.
|
This plugin provides a web browser view that displays when calling `cordova.InAppBrowser.open()`.
|
||||||
|
|
||||||
var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
|
var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
|
||||||
|
Loading…
Reference in New Issue
Block a user