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:05:25 UTC

cordova-plugin-file git commit: CB-8567 Integrate TravisCI

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 362c70354 -> 64bfc38ac


CB-8567 Integrate TravisCI


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

Branch: refs/heads/master
Commit: 64bfc38ac0d4f8eca38944fd51ffadf43d2a9c38
Parents: 362c703
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 16:01:44 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 16:01:44 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 13 +++++++++++++
 README.md   |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/64bfc38a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6bc6cc2..0372cf4 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,6 @@
 
 # org.apache.cordova.file
 
-Plugin documentation: [doc/index.md](doc/index.md)
\ No newline at end of file
+[![Build Status](https://travis-ci.org/apache/cordova-plugin-file.svg)](https://travis-ci.org/apache/cordova-plugin-file)
+
+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