Especially if a rails gem, for example, has “failing” as its build status?
Share
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.
I think what you’re talking about is the build status image provided by
travis-ci(or maybe anyjenkinssetup, I don’t know). It is used to inform users of the build status of the master branch of the repository, allowing them to know if it safe to refer to the repository on their Gemfile without having to setup and launch the test suite.