Is there a service that offers this functionality:
When pushing to GitHub, it runs all RSpec and Jasmine tests. If any test fails, it rejects the push.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the Gerrit/Jenkins combination. We use it to build our C++ code before it gets pushed to the real branch. You can also set it up to run tests before pushing it to the real branch. I think you can also set it up to use Github.