mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -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
|
cache: bundler
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DISCOURSE_HOSTNAME=www.example.com
|
global:
|
||||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
- DISCOURSE_HOSTNAME=www.example.com
|
||||||
|
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm i -g jshint
|
- npm i -g jshint
|
||||||
|
|
Loading…
Reference in a new issue