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/02 22:15:22 UTC

cordova-plugin-console git commit: CB-8560 Integrate TravisCI

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master 8e7be2893 -> 00f78d4b0


CB-8560 Integrate TravisCI


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

Branch: refs/heads/master
Commit: 00f78d4b04f3c4c4c58583579d34d866cb2883cd
Parents: 8e7be28
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 12:48:35 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 12:48:35 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/00f78d4b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8f55196
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+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-console
+  
\ No newline at end of file

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