Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D519C17931 for ; Tue, 3 Mar 2015 01:46:40 +0000 (UTC) Received: (qmail 58440 invoked by uid 500); 3 Mar 2015 01:46:40 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 58413 invoked by uid 500); 3 Mar 2015 01:46:40 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 58404 invoked by uid 99); 3 Mar 2015 01:46:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 01:46:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5E402E03B9; Tue, 3 Mar 2015 01:46:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: <6be7848f3ed540d08e6a567c9cd8df33@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: CB-8575 Integrate TravisCI Date: Tue, 3 Mar 2015 01:46:40 +0000 (UTC) Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master b492b1f4b -> 29b42dd93 CB-8575 Integrate TravisCI Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/29b42dd9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/29b42dd9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/29b42dd9 Branch: refs/heads/master Commit: 29b42dd93e543a2f03dd28f6cf78e78f97208ecc Parents: b492b1f Author: Jesse MacFadyen Authored: Mon Mar 2 17:46:03 2015 -0800 Committer: Jesse MacFadyen Committed: Mon Mar 2 17:46:03 2015 -0800 ---------------------------------------------------------------------- .travis.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/29b42dd9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b16ddcc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +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-statusbar http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/29b42dd9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8b91de9..1c58fe0 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,6 @@ # org.apache.cordova.statusbar +[![Build Status](https://travis-ci.org/apache/cordova-plugin-statusbar.svg)](https://travis-ci.org/apache/cordova-plugin-statusbar) + Plugin documentation: [doc/index.md](doc/index.md) \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org