Update Travis build script
This commit is contained in:
parent
66d7b191ad
commit
76178eddc6
@ -1,8 +1,8 @@
|
|||||||
language: android
|
language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- build-tools-19.1.0
|
- build-tools-21.1.1
|
||||||
- android-19
|
- android-20
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
licenses:
|
licenses:
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
target="android-20"
|
target="android-20"
|
||||||
|
|
||||||
# Travis doesn't support android-20 yet
|
|
||||||
if [ -n "$TRAVIS" ]; then
|
|
||||||
target="android-19";
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Update ant setup in project and all sub-projects
|
# Update ant setup in project and all sub-projects
|
||||||
for f in `find external/ -name project.properties`; do
|
for f in `find external/ -name project.properties`; do
|
||||||
projectdir=`dirname $f`
|
projectdir=`dirname $f`
|
||||||
|
Loading…
Reference in New Issue
Block a user