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 7A6D5200CF7 for ; Tue, 19 Sep 2017 17:02:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 791231609DB; Tue, 19 Sep 2017 15:02: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 E686E1609DD for ; Tue, 19 Sep 2017 17:02:41 +0200 (CEST) Received: (qmail 163 invoked by uid 500); 19 Sep 2017 15:02:41 -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 154 invoked by uid 99); 19 Sep 2017 15:02:41 -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, 19 Sep 2017 15:02:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 00C56F565D; Tue, 19 Sep 2017 15:02: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: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-splashscreen git commit: CB-13299 (CI) Fix Android builds Date: Tue, 19 Sep 2017 15:02:40 +0000 (UTC) archived-at: Tue, 19 Sep 2017 15:02:42 -0000 Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master fcef678a7 -> e44387178 CB-13299 (CI) Fix Android builds Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/e4438717 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/e4438717 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/e4438717 Branch: refs/heads/master Commit: e443871785e4ee9213b3b0be4f385952ca8e0634 Parents: fcef678 Author: Alexander Sorokin Authored: Tue Sep 19 09:07:06 2017 +0300 Committer: Alexander Sorokin Committed: Tue Sep 19 09:07:06 2017 +0300 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e4438717/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 519838d..68aabaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,6 @@ matrix: - tools - extra-android-m2repository before_install: -- npm cache clean -f - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org