mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
remove travis-ci integration
This commit is contained in:
parent
899802a202
commit
11eaaa8b9f
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-camera
|
# cordova-plugin-camera
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/apache/cordova-plugin-camera.svg)](https://travis-ci.org/apache/cordova-plugin-camera)
|
|
||||||
|
|
||||||
This plugin defines a global `navigator.camera` object, which provides an API for taking pictures and for choosing images from
|
This plugin defines a global `navigator.camera` object, which provides an API for taking pictures and for choosing images from
|
||||||
the system's image library.
|
the system's image library.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user