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:37:24 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 899802a20 -> 11eaaa8b9


remove travis-ci integration


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

Branch: refs/heads/master
Commit: 11eaaa8b9f1779dc2bd389459d6444433fbef9a4
Parents: 899802a
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 7 17:36:10 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 7 17:36:10 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/11eaaa8b/.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-camera/blob/11eaaa8b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f64ca0f..9d1e351 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@
 
 # cordova-plugin-camera
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-camera.svg)](https://travis-ci.org/apache/cordova-plugin-camera)
-
 This plugin defines a global `navigator.camera` object, which provides an API for taking pictures and for choosing images from
 the system's image library.
 


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