Skip to content

Commit

Permalink
lets give ruby some more memory so tests run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 11, 2013
1 parent 621f946 commit 8a91b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a91b96

Please sign in to comment.