mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
make the env vars global
This commit is contained in:
parent
970417e328
commit
a687c32cc7
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ sudo: false
|
|||
cache: bundler
|
||||
|
||||
env:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
global:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
|
||||
before_install:
|
||||
- npm i -g jshint
|
||||
|
|
Loading…
Reference in a new issue