lets give ruby some more memory so tests run faster

This commit is contained in:
Sam 2013-03-10 20:14:46 -07:00
parent 621f946193
commit 8a91b96ec7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ before_script:
- cp config/redis.yml.sample config/redis.yml
- psql -c 'create database discourse_test;' -U postgres
- rake db:migrate
- export RUBY_GC_MALLOC_LIMIT=50000000
bundler_args: --without development
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
services: