increase ruby stack depth in travis (#14438)
This commit is contained in:
parent
54e8fd8c8a
commit
6847391435
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ addons:
|
|||
env:
|
||||
global:
|
||||
- RAILS_ENV=test
|
||||
- RUBY_THREAD_VM_STACK_SIZE=5242880
|
||||
- DATABASE_URL=postgres://travis@localhost:5433/Forem_prod_test
|
||||
- DATABASE_NAME=Forem_prod_test
|
||||
- DATABASE_URL_TEST=postgres://travis@localhost:5433/Forem_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue