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/07/08 02:53:51 UTC

cordova-plugin-inappbrowser git commit: remove travis-ci

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 74aa099b7 -> 5c7a9d95a


remove travis-ci


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

Branch: refs/heads/master
Commit: 5c7a9d95a8eea3b87b29eb4502b4b03d2e432ec8
Parents: 74aa099
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 7 17:52:53 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 7 17:52:53 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5c7a9d95/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index fa7ae7d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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 cordova-paramedic
-  - npm install -g cordova
-  - npm install -g ios-sim
-script:
-  - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5c7a9d95/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7567d40..f9825f8 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@
 
 # cordova-plugin-inappbrowser
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-inappbrowser.svg)](https://travis-ci.org/apache/cordova-plugin-inappbrowser)
-
 This plugin provides a web browser view that displays when calling `cordova.InAppBrowser.open()`.
 
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');


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