You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/03/03 02:33:56 UTC

cordova-plugin-media-capture git commit: CB-8571 Integrate TravisCI

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master 4f7714c61 -> 0a90b123c


CB-8571 Integrate TravisCI


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/0a90b123
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/0a90b123
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/0a90b123

Branch: refs/heads/master
Commit: 0a90b123cef59e98c457c465939f50e549a15f84
Parents: 4f7714c
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 17:33:12 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 17:33:12 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 13 +++++++++++++
 README.md   |  3 +++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/0a90b123/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..39cbcdb
--- /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-media-capture

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/0a90b123/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 793db47..7b87a3d 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,7 @@
 
 # org.apache.cordova.media-capture
 
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-media-capture.svg)](https://travis-ci.org/apache/cordova-plugin-media-capture)
+
+
 Plugin documentation: [doc/index.md](doc/index.md)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org