commit | 3a7376c3dcc61daaeaa49cc40c50d001d4150e39 | [log] [tgz] |
---|---|---|
author | Alexander Sorokin <alexander.sorokin@akvelon.com> | Tue Sep 19 08:41:06 2017 +0300 |
committer | Alexander Sorokin <alexander.sorokin@akvelon.com> | Tue Sep 19 08:41:06 2017 +0300 |
tree | f996d2f37dd81a3a6c24cd17b67ec7f3e0be02e4 | |
parent | 835acc8d4daf4693d21c4be086fb06d1bdf9fc81 [diff] |
CB-13299 (CI) Fix Android builds
diff --git a/.travis.yml b/.travis.yml index 3b505e4..c6581ff 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -63,7 +63,6 @@ components: - tools 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