Skip to content

Commit

Permalink
Fiddle with travis android apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 8, 2016
1 parent db1b4fe commit 9a180d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
env: PLATFORM=android
addons:
apt:
packages: [ 'lib32z1-dev', 'lib32stdc++6', 's3cmd' ]
packages: [ 'libstdc++6', 's3cmd' ]
android:
components: [ 'tools', 'build-tools-25.0.0', 'extra-android-m2repository', 'android-25' ]
jdk: oraclejdk8
Expand Down

0 comments on commit 9a180d1

Please sign in to comment.