From 2c597a389b03a926a357205cc7d07538bc4b04e2 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 2 Mar 2015 11:47:04 -0800 Subject: [PATCH] CB-8559 Integrate TravisCI --- .travis.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b741964 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +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-camera \ No newline at end of file diff --git a/README.md b/README.md index f84180e..7298308 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,6 @@ # org.apache.cordova.camera +[![Build Status](https://travis-ci.org/apache/cordova-plugin-camera.svg)](https://travis-ci.org/apache/cordova-plugin-camera) + Plugin documentation: [doc/index.md](doc/index.md)