-
Notifications
You must be signed in to change notification settings - Fork 41
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 Continuous integration to project. #25
Comments
Jenkins is a good tool for CI :). I hope I provided an appropriate statement here regarding the issue. |
Yeah we use Jenkins at work, I was also considering Travis since it seems super popular on GitHub. In the meantime I have to learn a little more about CI before implementing it. |
As far as I know Travis is ready to use, whereas Jenkins you have to install it somewhere and maintain it. Travis is free for open source projects. |
Oh is it ? I never knew that travis CI was free for projects that are open source. In such case Travis is much better option in comparison to Jenkins; moreover one can add Travis build status badges to the README file. |
Do you have experience with Travis @srajappa ? I'll definitely start looking into it more |
As a DevOps engineer I use Jenkins daily, don't think Travis CI will be much different :). Haven't used Travis CI but from if you want me to explore and integrate it here, then i am all for help :) |
Consider adding CI after the Pre-Alpha is released.
The text was updated successfully, but these errors were encountered: