Skip to content

Fix link to RoR .travis.yml #2764

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user/speeding-up-the-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs for every database to test against and also to split up the tests by
concern. One set runs tests only for the railties, another one for actionpack,
actionmailer, activesupport and a whole bunch of sets run the activerecord
tests against multiple databases. See their [.travis.yml
file](https://github.com/rails/rails/blob/master/.travis.yml) for more examples.
file](https://github.com/rails/rails/blob/c667a725f14c6351caa9b365616f5742d4b88cf0/.travis.yml) for more examples.

## Parallelizing your Build on One Virtual Machine

Expand Down