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 8E02B107F9 for ; Mon, 2 Mar 2015 21:15:23 +0000 (UTC) Received: (qmail 81198 invoked by uid 500); 2 Mar 2015 21:15:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 81171 invoked by uid 500); 2 Mar 2015 21:15:23 -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 81157 invoked by uid 99); 2 Mar 2015 21:15:23 -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; Mon, 02 Mar 2015 21:15:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0BAA5E0FC6; Mon, 2 Mar 2015 21:15:22 +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: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-console git commit: CB-8560 Integrate TravisCI Date: Mon, 2 Mar 2015 21:15:22 +0000 (UTC) Repository: cordova-plugin-console Updated Branches: refs/heads/master 8e7be2893 -> 00f78d4b0 CB-8560 Integrate TravisCI Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/00f78d4b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/00f78d4b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/00f78d4b Branch: refs/heads/master Commit: 00f78d4b04f3c4c4c58583579d34d866cb2883cd Parents: 8e7be28 Author: Jesse MacFadyen Authored: Mon Mar 2 12:48:35 2015 -0800 Committer: Jesse MacFadyen Committed: Mon Mar 2 12:48:35 2015 -0800 ---------------------------------------------------------------------- .travis.yml | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/00f78d4b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8f55196 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +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-console + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/00f78d4b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c7552cb..b27468b 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,6 @@ # org.apache.cordova.console +[![Build Status](https://travis-ci.org/apache/cordova-plugin-console.svg)](https://travis-ci.org/apache/cordova-plugin-console) + Plugin documentation: [doc/index.md](doc/index.md) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org