-
Notifications
You must be signed in to change notification settings - Fork 307
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
Fix #720 - Fix ABI etc for Travis builds #721
Conversation
97ca7d1
to
5529ad1
Compare
For this PR, to get Travis fully working I'm also going to comment out the unit test for Open311 support and HART, as they haven't gone to production yet and this test will fail until then. When HART goes into production, then we can uncomment the unit test. |
Grrrr....now we're back to travis-ci/travis-ci#2634 (comment) again... |
Given that Google still doesn't seem to have resolved the issues with API level 23-25 emulators that prevent them from running on Travis, I'm pushing a temporary workaround to the master branch in 03e262d that builds the projects on Travis, but does not run the unit tests. Builds don't require the emulator, only the unit tests, so this at least gives us the ability to see if builds themselves succeed. |
* Based on #720 (comment), and solution at https://github.com/albodelu/android-maps-utils/blob/8ab3efe962cfe59da6db748c176108d7e142e4e7/.travis.yml. Change gradlew command to match previous Don't fail builds for Lint errors
A lot has changed on Travis since this PR, so I'm closing it in favor of a new approach in #997. |
repository-11.xml
and to install Android SDK tools 25.1.xSee travis-ci/travis-ci#6122 (comment) for details.
See also googlemaps/android-maps-utils#299.