mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:03:18 +08:00
BUGFIX: bundle exec migrations
FEATURE: add 2.1.0 as a target for testing
This commit is contained in:
parent
f91163e146
commit
c85d09cc69
|
@ -1,11 +1,12 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- export DISCOURSE_HOSTNAME=www.example.com
|
||||
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||
- rake db:migrate
|
||||
- bundle exec rake db:migrate
|
||||
bundler_args: --without development
|
||||
script: 'bundle exec rspec && bundle exec rake qunit:test'
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue
Block a user