Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable Android states on Travis #145

Merged
merged 3 commits into from Nov 3, 2015

Commits on Nov 1, 2015

  1. Re-enable Android states on Travis

    The larger memory limits on the Trusty beta will
    hopefully make these less flaky.
    aneeshusa committed Nov 1, 2015
  2. Add i386 architecture for Android on 64-bit hosts

    Some of the dependencies for Android require 32-bit versions
    of certain package, so add the architecture and update the package
    database (via refresh: True) before installing them.
    aneeshusa committed Nov 1, 2015

Commits on Nov 2, 2015

  1. Update Android versions, only download needed tools

    Use --filter to only download and extract necessary SDK components. This
    is faster, uses less resources and gets around Travis disk space limits.
    Update to latest SDK and NDK versions and use sha512 instead of sha1.
    Use archive.extracted for better semantics and concision.
    aneeshusa committed Nov 2, 2015
You can’t perform that action at this time.