link break added after the Travis CI link

link break added after the Travis CI link
This commit is contained in:
Amit Thawait 2013-07-09 11:35:12 +05:30
parent d78f8c8c7f
commit d92d28dde1

@ -234,7 +234,8 @@ workflow with the [rails-dev-box](https://github.com/rails/rails-dev-box).
As a compromise, test what your code obviously affects, and if the change is As a compromise, test what your code obviously affects, and if the change is
not in railties run the whole test suite of the affected component. If all is not in railties run the whole test suite of the affected component. If all is
green that's enough to propose your contribution. We have [Travis CI](https://travis-ci.org/rails/rails) as a safety net for catching unexpected breakages green that's enough to propose your contribution. We have [Travis CI](https://travis-ci.org/rails/rails)
as a safety net for catching unexpected breakages
elsewhere. elsewhere.
TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted. TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted.