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:42:15 UTC

cordova-plugin-contacts git commit: CB-8561 Integrate TravisCI

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 293c8b3f8 -> cf42332a2


CB-8561 Integrate TravisCI


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/cf42332a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/cf42332a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/cf42332a

Branch: refs/heads/master
Commit: cf42332a20e37ae2d55944ec7535af4fc4bce056
Parents: 293c8b3
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 17:40:47 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 17:40:47 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/cf42332a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a152cde
--- /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-contacts

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/cf42332a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5b74138..3f82897 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,7 @@
 
 # org.apache.cordova.contacts
 
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-contacts.svg)](https://travis-ci.org/apache/cordova-plugin-contacts)
+
+
 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