CB-13299 (CI) Fix Android builds

This commit is contained in:
Alexander Sorokin 2017-09-19 08:58:14 +03:00
parent 16c4325fef
commit b2107e0818

View File

@ -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