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 00:37:40 UTC

cordova-plugin-dialogs git commit: CB-8565 Integrate TravisCI

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master e7f5977ed -> 574bccb2e


CB-8565 Integrate TravisCI


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

Branch: refs/heads/master
Commit: 574bccb2e282807117eca041c529469bdfe7df37
Parents: e7f5977
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 15:35:40 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 15:35:40 2015 -0800

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


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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/574bccb2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8fa5da4..75eff13 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,7 @@
 
 # org.apache.cordova.dialogs
 
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-dialogs.svg)](https://travis-ci.org/apache/cordova-plugin-dialogs)
+
+
 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