fix travis

This commit is contained in:
Sam 2013-12-18 17:55:30 +11:00
parent a85333790f
commit 8f9f6580d2

View file

@ -2,8 +2,6 @@ language: ruby
rvm:
- 2.0.0
before_script:
- cp config/database.yml.development-sample config/database.yml
- 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