mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update URLs in RELEASING_RAILS.md [ci skip]
* Use https instead of http with URI scheme for Travis * Update Url for "Agile Web Development with Rails"
This commit is contained in:
parent
3b4b9b6cc5
commit
da412b02f3
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@ Today is mostly coordination tasks. Here are the things you must do today:
|
|||
Do not release with a Red CI. You can find the CI status here:
|
||||
|
||||
```
|
||||
http://travis-ci.org/rails/rails
|
||||
https://travis-ci.org/rails/rails
|
||||
```
|
||||
|
||||
### Is Sam Ruby happy? If not, make him happy.
|
||||
|
||||
Sam Ruby keeps a [test suite](https://github.com/rubys/awdwr) that makes
|
||||
sure the code samples in his book
|
||||
([Agile Web Development with Rails](https://pragprog.com/titles/rails5/agile-web-development-with-rails-5th-edition))
|
||||
([Agile Web Development with Rails](https://pragprog.com/book/rails51/agile-web-development-with-rails-51))
|
||||
all work. These are valuable system tests
|
||||
for Rails. You can check the status of these tests here:
|
||||
|
||||
|
|
Loading…
Reference in a new issue