Upgraded travis CI config to match our android build (tools) version

This commit is contained in:
Martijn Brekhof 2016-06-01 08:05:22 +02:00
parent 400cd84896
commit 1008b87213
1 changed files with 7 additions and 2 deletions

View File

@ -6,11 +6,16 @@ env:
android:
components:
# following added as quick fix to get support for 23.0.3 build tools
# "tools" always refers to the latest build tools version. Remove this
# when travis is able to parse "build-tools-23.0.3" correctly.
# See https://github.com/travis-ci/travis-ci/issues/5036
- tools
# needed build tools
- build-tools-22.0.1
- build-tools-23.0.3
# The SDK version used to compile your project
- android-22
- android-23
# extra needed components
- extra-android-m2repository