summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-08-18 19:32:12 +1000
committerLeith Bade <leith@mapbox.com>2015-08-18 21:22:28 +1000
commit39c545c7e78e9190cc10aefa3f91cd53e56778f3 (patch)
treefcb0fb8a204450006b2c4b60b5e0c08260c3d164 /.travis.yml
parent6ad2006d3fdbfb05e1994c3075c349bb7f26d7b1 (diff)
downloadqtlocation-mapboxgl-39c545c7e78e9190cc10aefa3f91cd53e56778f3.tar.gz
Install only needed Android SDK components on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b427353189..9c65614df5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,28 +33,28 @@ matrix:
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Debug
android:
- components: [ 'build-tools-23', 'android-23', 'extra' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v8 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=x86 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]