mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
CB-13299 (CI) Fix Android builds
This commit is contained in:
parent
16c4325fef
commit
b2107e0818
@ -71,7 +71,6 @@ matrix:
|
|||||||
- tools
|
- tools
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
before_install:
|
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
|
- 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
|
- node --version
|
||||||
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
|
- if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user