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/02/25 22:26:06 UTC

[1/4] cordova-plugin-device git commit: Add cross-plugin ios paramedic test running for TravisCI

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master c06246df9 -> a58233693


Add cross-plugin ios paramedic test running for TravisCI


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

Branch: refs/heads/master
Commit: 5f220bd655c6e7baa1f0d9cc4f6198514da30040
Parents: c801048
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jan 30 16:49:37 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jan 30 16:49:37 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/5f220bd6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ad8c206
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: objective-c
+git:
+  depth: 2
+node_js:
+  - "0.10"
+install:
+  - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
+  - npm install -g purplecabbage/cordova-paramedic
+  - npm install -g cordova
+  - npm install -g ios-sim
+
+
+script:
+  - cordova-paramedic --platform ios --plugin .
+
+
+
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/4] cordova-plugin-device git commit: update plugin path

Posted by pu...@apache.org.
update plugin path


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

Branch: refs/heads/master
Commit: 966fb5314836f035051bc5bb482e6cba64788158
Parents: 5f220bd
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jan 30 17:27:56 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jan 30 17:27:56 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/966fb531/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ad8c206..298cdb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,13 +5,12 @@ 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-paramedic --platform ios --plugin ../cordova-plugin-device
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/4] cordova-plugin-device git commit: add travis badge

Posted by pu...@apache.org.
add travis badge


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

Branch: refs/heads/master
Commit: 62a2171714e4acba581d55b5b9c362702a389aec
Parents: 966fb53
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Feb 25 13:21:52 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Feb 25 13:21:52 2015 -0800

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/62a21717/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5158f6f..47b0a3d 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,6 @@
 
 # org.apache.cordova.device
 
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-device.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-device)
+
 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


[4/4] cordova-plugin-device git commit: Merge branch 'paramedic' of https://github.com/purplecabbage/cordova-plugin-device

Posted by pu...@apache.org.
Merge branch 'paramedic' of https://github.com/purplecabbage/cordova-plugin-device


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

Branch: refs/heads/master
Commit: a58233693cb8b21ba243e225c64d9a4af2ad61d7
Parents: c06246d 62a2171
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Feb 25 13:25:19 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Feb 25 13:25:19 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 17 +++++++++++++++++
 README.md   |  2 ++
 2 files changed, 19 insertions(+)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org