diff options
author | Brad Leege <bleege@gmail.com> | 2015-09-03 18:09:02 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-09-03 18:09:02 -0500 |
commit | 0b2c90b583dc5032c3b05c0b9ee34d800dd35e98 (patch) | |
tree | 5a499b15af1c1abc0fb4564753874b5e10b15058 | |
parent | 49ade9d900f4859bf632b4028087751b9048063b (diff) | |
download | qtlocation-mapboxgl-0b2c90b583dc5032c3b05c0b9ee34d800dd35e98.tar.gz |
#2253 - Adding extra-android-support
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 299786029c..e43cc737d9 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' ] + components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support' ] 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' ] + components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support' ] 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' ] + components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support' ] 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' ] + components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support' ] addons: apt: packages: [ 'lib32stdc++6' ] |