summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-09-03 18:29:44 -0500
committerBrad Leege <bleege@gmail.com>2015-09-03 18:29:44 -0500
commit4d069207b9ec325796d5dadfb4603fa9d2bcf0ba (patch)
tree0b0267afea4c01dfaa540a81c6a89d74fb91b10b /.travis.yml
parent0b2c90b583dc5032c3b05c0b9ee34d800dd35e98 (diff)
downloadqtlocation-mapboxgl-4d069207b9ec325796d5dadfb4603fa9d2bcf0ba.tar.gz
#2253 - Adding extra-google-m2repository now
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 e43cc737d9..2e300c568a 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-android-m2repository', 'extra-android-support' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-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-android-m2repository', 'extra-android-support' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-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-android-m2repository', 'extra-android-support' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=x86 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support' ]
+ components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]