mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05: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 changed files with 2 additions and 1 deletions
|
@ -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 a new issue