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:13:02 UTC

cordova-plugin-device-motion git commit: CB-8562 Integrate TravisCI

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master 04bf46981 -> 7677729d4


CB-8562 Integrate TravisCI


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/7677729d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/7677729d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/7677729d

Branch: refs/heads/master
Commit: 7677729d4fed3bca70db14daabd17a5c610596a3
Parents: 04bf469
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 15:07:19 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 15:07:19 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/7677729d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7806c95
--- /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-device-motion
+  
\ No newline at end of file

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