mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
attempt to make travis less upset
This commit is contained in:
parent
8f9f6580d2
commit
786f488186
@ -3,8 +3,9 @@ rvm:
|
|||||||
- 2.0.0
|
- 2.0.0
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database discourse_test;' -U postgres
|
- psql -c 'create database discourse_test;' -U postgres
|
||||||
- rake db:migrate
|
- export DISCOURSE_HOSTNAME=www.example.com
|
||||||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
|
- rake db:migrate
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
||||||
services:
|
services:
|
||||||
|
Loading…
Reference in New Issue
Block a user