From 412d7d8a0f1968dfb7344082ea53477650662ca6 Mon Sep 17 00:00:00 2001 From: Ryan J Ollos Date: Tue, 28 Apr 2020 17:03:59 -0700 Subject: [PATCH] Fix link to RoR `.travis.yml` The file was removed in the [next commit](https://github.com/rails/rails/commit/ff10ac5fcb926fd491ccab09e898cd4268281beb) --- user/speeding-up-the-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/speeding-up-the-build.md b/user/speeding-up-the-build.md index 2db8ea927e3..01618c43dc8 100644 --- a/user/speeding-up-the-build.md +++ b/user/speeding-up-the-build.md @@ -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