-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Android emulator to Travis #705
Conversation
420a64c
to
9584724
Compare
c9a8143
to
a43c3b4
Compare
So it looks like the included Android data is too large to be cached quickly, and everything will need to be downloaded and extracted on every run. This will change the CI build time from 2 minutes to 8 minutes. @idolf, guidance? We might be able to just selectively run the Android unit tests when Android-relevant code changes. Travis provides |
This will likely add a boatload of time to builds, hopefully Travis' cache can save us