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 D45D01753E for ; Wed, 25 Mar 2015 06:29:38 +0000 (UTC) Received: (qmail 10685 invoked by uid 500); 25 Mar 2015 06:29:38 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 10651 invoked by uid 500); 25 Mar 2015 06:29:38 -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 10642 invoked by uid 99); 25 Mar 2015 06:29:38 -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; Wed, 25 Mar 2015 06:29:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9EF34E1872; Wed, 25 Mar 2015 06:29:38 +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-device git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm Date: Wed, 25 Mar 2015 06:29:38 +0000 (UTC) Repository: cordova-plugin-device Updated Branches: refs/heads/master 80ea8c238 -> d714e025e Use TRAVIS_BUILD_DIR, install paramedic by npm Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/d714e025 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/d714e025 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/d714e025 Branch: refs/heads/master Commit: d714e025ee3448e7403cfdeffd7d1238431f7f01 Parents: 80ea8c2 Author: Jesse MacFadyen Authored: Tue Mar 24 23:29:30 2015 -0700 Committer: Jesse MacFadyen Committed: Tue Mar 24 23:29:30 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d714e025/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 298cdb6..fa7ae7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +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-device - - - - + - 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