From 4395f8a51695dd6813f1143829a9926e61f69083 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Thu, 8 Dec 2016 16:08:12 -0500 Subject: [PATCH] Fiddle with travis android apt packages --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 322ca19c3d..df67fcb728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,8 @@ matrix: env: PLATFORM=android addons: apt: - packages: [ 'lib32z1-dev', 'lib32stdc++6', 's3cmd' ] + sources: [ 'ubuntu-toolchain-r-test' ] + packages: [ 'libstdc++6', 's3cmd' ] android: components: [ 'tools', 'build-tools-25.0.0', 'extra-android-m2repository', 'android-25' ] jdk: oraclejdk8