Updating travis to fix CI issues
This commit is contained in:
parent
50ac05ca41
commit
71201b10a6
@ -41,6 +41,8 @@ matrix:
|
|||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- tools
|
||||||
- env: PLATFORM=android-5.1
|
- env: PLATFORM=android-5.1
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -48,6 +50,8 @@ matrix:
|
|||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- tools
|
||||||
- env: PLATFORM=android-6.0
|
- env: PLATFORM=android-6.0
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -55,6 +59,8 @@ matrix:
|
|||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- tools
|
||||||
- env: PLATFORM=android-7.0
|
- env: PLATFORM=android-7.0
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
@ -62,6 +68,8 @@ matrix:
|
|||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- tools
|
||||||
before_install:
|
before_install:
|
||||||
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
|
- 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
|
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
|
||||||
|
Loading…
Reference in New Issue
Block a user