From b2107e0818b398484b0ddbc6371c123df0920025 Mon Sep 17 00:00:00 2001 From: Alexander Sorokin Date: Tue, 19 Sep 2017 08:58:14 +0300 Subject: [PATCH] CB-13299 (CI) Fix Android builds --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88fc21d..9a90443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,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 - node --version - if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi