mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
fix travis
This commit is contained in:
parent
a85333790f
commit
8f9f6580d2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue