From 2214699491f697113f204ea384558e15be52c4b5 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Tue, 7 Jul 2015 17:33:47 -0700 Subject: [PATCH] remove travis-ci integration --- .travis.yml | 13 ------------- README.md | 1 - 2 files changed, 14 deletions(-) delete mode 100644 .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} diff --git a/README.md b/README.md index 42202d1..fccf9b6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ # cordova-plugin-battery-status -[![Build Status](https://travis-ci.org/apache/cordova-plugin-battery-status.svg)](https://travis-ci.org/apache/cordova-plugin-battery-status) This plugin provides an implementation of an old version of the [Battery Status Events API](http://www.w3.org/TR/2011/WD-battery-status-20110915/).