BUGFIX: bundle exec migrations

FEATURE: add 2.1.0 as a target for testing
This commit is contained in:
Sam 2014-01-06 12:06:23 +11:00
parent f91163e146
commit c85d09cc69

View file

@ -1,11 +1,12 @@
language: ruby language: ruby
rvm: rvm:
- 2.0.0 - 2.0.0
- 2.1.0
before_script: before_script:
- psql -c 'create database discourse_test;' -U postgres - psql -c 'create database discourse_test;' -U postgres
- export DISCOURSE_HOSTNAME=www.example.com - export DISCOURSE_HOSTNAME=www.example.com
- export RUBY_GC_MALLOC_LIMIT=50000000 - export RUBY_GC_MALLOC_LIMIT=50000000
- rake db:migrate - bundle exec 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: