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/07 23:59:49 UTC

cordova-plugin-contacts git commit: remove travis-ci integration

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 29b6a6289 -> 426285615


remove travis-ci integration


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

Branch: refs/heads/master
Commit: 426285615b69bce3c8d5a53bb544fdaa62beb199
Parents: 29b6a62
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 7 14:58:58 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 7 14:58:58 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/42628561/.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-contacts/blob/42628561/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fce285b..f45672f 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@
  
 # cordova-plugin-contacts
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-contacts.svg)](https://travis-ci.org/apache/cordova-plugin-contacts)
-
 This plugin defines a global `navigator.contacts` object, which provides access to the device contacts database.
 
 Although the object is attached to the global scoped `navigator`, it is not available until after the `deviceready` event.


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