-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Appveyor and Travis badge #5
Comments
I'm still thinking about this. I am considering disabling CI for There is also the matter of not making the README uglier :) EDIT: To be more clear, I will be doing all merges in temporary staging branches that will get tested, then fast forward |
Currently |
I already understand that it's not for me, and that there is value in using something people immediately recognize. Nonetheless, the badges communicate not exactly the right information about the project. The information I want to efficiently communicate is that I am even considering things such as using static images (with some ALT text to justify the deception for those who discover it). But I am also quite likely to just use the badges normally because it's simple, even though sloppy. I simply want to look for better options first. It's not an emergency and I am not being ignorant or stubborn. I am aware of the ability to limit the badges to I would appreciate any useful information you have. Please don't repeatedly tell me what I and everyone else who uses GitHub already knows. |
If you are looking for static images, shields.io might do what you want. AFAIK if a build is pending/cancelled/in progress, travis/appveyor will display the last build status instead. |
Thanks, that looks cool :) I don't know for sure if Travis/AppVeyor would display a pending status, but AppVeyor docs do mention configurable |
I just checked and travis does indeed wait for the build to complete before updating the badge. Appveyor displays a "pending" status image instead. |
Right, thanks. So, this behavior is acceptable, but not optimal. It's a valid issue, just not immediately clear how to best resolve it. There is, after all, some value in even "redundant" |
Looks good! |
Now that we have ci, you might want to add the travis status image and the appveyor status badge. This way users can immediately see that you project has automated tests and feel a little more comfortable in using it. And potential contributors can be confident that their contributions are automatically tested.
The text was updated successfully, but these errors were encountered: