attempt to make travis less upset
This commit is contained in:
parent
8f9f6580d2
commit
786f488186
|
@ -3,8 +3,9 @@ rvm:
|
|||
- 2.0.0
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- rake db:migrate
|
||||
- export DISCOURSE_HOSTNAME=www.example.com
|
||||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||
- rake db:migrate
|
||||
bundler_args: --without development
|
||||
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue