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 48FE417582 for ; Tue, 31 Mar 2015 17:58:15 +0000 (UTC) Received: (qmail 92181 invoked by uid 500); 31 Mar 2015 17:58:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 92154 invoked by uid 500); 31 Mar 2015 17:58:15 -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 92139 invoked by uid 99); 31 Mar 2015 17:58:15 -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, 31 Mar 2015 17:58:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C511E10A7; Tue, 31 Mar 2015 17:58:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Tue, 31 Mar 2015 17:58:16 -0000 Message-Id: <7937efe79b754e03bcd6dde9da2edddd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] cordova-plugin-globalization git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm Use TRAVIS_BUILD_DIR, install paramedic by npm Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/2f9697f0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/2f9697f0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/2f9697f0 Branch: refs/heads/old-ID Commit: 2f9697f06a817e8ddd22ac8719fa15ce3fecdd12 Parents: 5feccc1 Author: Jesse MacFadyen Authored: Tue Mar 24 23:33:42 2015 -0700 Committer: Jesse MacFadyen Committed: Tue Mar 24 23:33:42 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/2f9697f0/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 86c47b7..fa7ae7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ node_js: install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - cd .. - - npm install -g purplecabbage/cordova-paramedic + - npm install -g cordova-paramedic - npm install -g cordova - npm install -g ios-sim script: - - cordova-paramedic --platform ios --plugin ../cordova-plugin-globalization + - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org