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 58A8B200CD0 for ; Tue, 11 Jul 2017 07:51:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5728C16475F; Tue, 11 Jul 2017 05:51:42 +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 9D1D816474D for ; Tue, 11 Jul 2017 07:51:41 +0200 (CEST) Received: (qmail 19617 invoked by uid 500); 11 Jul 2017 05:51: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 19608 invoked by uid 99); 11 Jul 2017 05:51: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, 11 Jul 2017 05:51:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38CB4DFF8A; Tue, 11 Jul 2017 05:51:40 +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: <0029d62fbb794faaad25440ca0433451@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: CB-13000: (CI) Speed up android builds Date: Tue, 11 Jul 2017 05:51:40 +0000 (UTC) archived-at: Tue, 11 Jul 2017 05:51:42 -0000 Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 2cd86e63a -> 1bb250788 CB-13000: (CI) Speed up android builds 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/1bb25078 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/1bb25078 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/1bb25078 Branch: refs/heads/master Commit: 1bb250788e5e7f647a6b236b483bf6e02e55eb52 Parents: 2cd86e6 Author: Alexander Sorokin Authored: Mon Jul 10 10:35:05 2017 +0300 Committer: Alexander Sorokin Committed: Mon Jul 10 10:35:05 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/1bb25078/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3dfdde3..e4c6dd0 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