Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60FBB200CD0 for ; Mon, 10 Jul 2017 14:00:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5FB61166AEB; Mon, 10 Jul 2017 12:00:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4166C166AED for ; Mon, 10 Jul 2017 14:00:19 +0200 (CEST) Received: (qmail 86294 invoked by uid 500); 10 Jul 2017 12:00:18 -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 86176 invoked by uid 99); 10 Jul 2017 12:00:18 -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, 10 Jul 2017 12:00:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA366F551A; Mon, 10 Jul 2017 12:00:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-file-transfer git commit: CB-13000: (CI) Speed up android builds Date: Mon, 10 Jul 2017 12:00:17 +0000 (UTC) archived-at: Mon, 10 Jul 2017 12:00:20 -0000 Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 9cf583ab3 -> 5513bf302 CB-13000: (CI) Speed up android builds Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/5513bf30 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/5513bf30 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/5513bf30 Branch: refs/heads/master Commit: 5513bf302f691bdc1191a3c1f796e5a40580e4f1 Parents: 9cf583a Author: Alexander Sorokin Authored: Mon Jul 10 10:34:11 2017 +0300 Committer: Alexander Sorokin Committed: Mon Jul 10 10:34:11 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/5513bf30/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ed484ed..df40062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ matrix: android: components: - tools - - tools - env: PLATFORM=android-5.1 os: linux language: android @@ -33,7 +32,6 @@ matrix: android: components: - tools - - tools - env: PLATFORM=android-6.0 os: linux language: android @@ -41,7 +39,6 @@ matrix: android: components: - tools - - tools - env: PLATFORM=android-7.0 os: linux language: android @@ -49,7 +46,6 @@ matrix: android: components: - tools - - tools before_install: - npm cache clean -f - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org