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:51:48 UTC

cordova-plugin-network-information git commit: CB-8573 Integrate TravisCI

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master 5cdb38380 -> 9e57b0227


CB-8573 Integrate TravisCI


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/9e57b022
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/9e57b022
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/9e57b022

Branch: refs/heads/master
Commit: 9e57b0227f81a3032a19633d4f90dbcb07ddf508
Parents: 5cdb383
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Mar 2 16:47:11 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Mar 2 16:50:56 2015 -0800

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


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

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