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:21:51 UTC

cordova-plugin-inappbrowser git commit: CB-8570 Integrate TravisCI

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 4a4164c6f -> f4879e9e5


CB-8570 Integrate TravisCI


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

Branch: refs/heads/master
Commit: f4879e9e50edceeb624f50f3e6f57c69a2454a86
Parents: 4a4164c
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 17:21:08 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 17:21:08 2015 -0800

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


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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/f4879e9e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2f47707..6afceaf 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,6 @@
 
 # org.apache.cordova.inappbrowser
 
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-inappbrowser.svg)](https://travis-ci.org/apache/cordova-plugin-inappbrowser)
+
 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