Merge pull request #174 from kuc/update-travis-build-script

Update Travis build script
This commit is contained in:
Anthony Restaino 2015-01-31 23:05:11 -05:00
commit ac48ddfbce
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,8 @@
language: android
android:
components:
- build-tools-19.1.0
- android-19
- build-tools-21.1.1
- android-20
- extra-android-support
licenses:
- 'android-sdk-license-.+'

View File

@ -2,11 +2,6 @@
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
for f in `find external/ -name project.properties`; do
projectdir=`dirname $f`