make the env vars global
This commit is contained in:
parent
970417e328
commit
a687c32cc7
|
@ -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 New Issue