make the env vars global

This commit is contained in:
Josh Kalderimis 2014-11-07 14:04:32 +13:00
parent 970417e328
commit a687c32cc7

View file

@ -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