mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
Merge pull request #307 from jcesarmobile/CB-13747
CB-13747: Add build-tools-26.0.2 to travis
This commit is contained in:
commit
e6a4738031
@ -46,6 +46,7 @@ matrix:
|
|||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
- build-tools-26.0.2
|
||||||
- env: PLATFORM=android-5.1
|
- env: PLATFORM=android-5.1
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -54,6 +55,7 @@ matrix:
|
|||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
- build-tools-26.0.2
|
||||||
- env: PLATFORM=android-6.0
|
- env: PLATFORM=android-6.0
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -62,6 +64,7 @@ matrix:
|
|||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
- build-tools-26.0.2
|
||||||
- env: PLATFORM=android-7.0
|
- env: PLATFORM=android-7.0
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -70,6 +73,7 @@ matrix:
|
|||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
- build-tools-26.0.2
|
||||||
before_install:
|
before_install:
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user