about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-04-14 03:04:32 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-04-14 03:04:32 -0500
commit78aca92689cd896f4be34daeb1852f75abc57472 (patch)
tree3fdd6c1844e1a509c3522141bb451ad530c85f73 /.travis.yml
parented490b781f9347b77eb2305e33ba6dd83f3539b0 (diff)
ci: Tell Travis to expect before_script to be slow.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d5efd9703..238b9a3f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,7 @@ install:
   - yarn install
 
 before_script:
-  - ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile
+  - travis_wait ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile
 
 script:
   - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec