-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Run unit tests automatically #1003
Comments
@rugk Can you give an example of project that runs continous integration involving Android emulation? |
That's not strictly an example, but likely a good doc. 😄 But there are also enough examples, as I assume. (there are a lot test projects and stuff like that) |
Is there already somebody working on it? |
I think no, otherwise one would have commented here or be assigned. 😄 |
Okay. Then I will try to do this. I already set up Travis CI for some Node.js projects... |
@matkoniecz This was/is my plan! 👍 |
You could use Travis CI (or other services) to run the unit tests automatically (for each PR, e.g.), so contributors (and you 😉) see if they break something.
The text was updated successfully, but these errors were encountered: