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 01:12:05 UTC

cordova-plugin-vibration git commit: CB-8576 Integrate TravisCI

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 108bc2b76 -> f45e3855c


CB-8576 Integrate TravisCI


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

Branch: refs/heads/master
Commit: f45e3855c535f6520b50c6919ba0da66af795db8
Parents: 108bc2b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 16:11:37 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 16:11:37 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/f45e3855/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..692b20b
--- /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-vibration
\ No newline at end of file

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