attempt to make travis less upset

This commit is contained in:
Sam 2013-12-18 19:15:22 +11:00
parent 8f9f6580d2
commit 786f488186
1 changed files with 2 additions and 1 deletions

View File

@ -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: