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:29:34 UTC

cordova-plugin-file-transfer git commit: CB-8566 Integrate TravisCI

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 5bdcc2d93 -> dc2161be2


CB-8566 Integrate TravisCI


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

Branch: refs/heads/master
Commit: dc2161be2d67741fbc49b75a464896ebfb0ea112
Parents: 5bdcc2d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 17:28:51 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 17:28:51 2015 -0800

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


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

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