New documentation on placement options, fix for Travis testing of Rails 6+ - Resolves #48 - Resolves #50
14 lines
291 B
YAML
14 lines
291 B
YAML
language: ruby
|
|
|
|
env:
|
|
- 'RAILS_VERSION=5.2.0'
|
|
- 'RAILS_VERSION=6.0.0'
|
|
- 'RAILS_VERSION=6.1.0'
|
|
|
|
before_script:
|
|
- 'yarn'
|
|
- 'bundle install'
|
|
- 'RAILS_ENV=test bundle exec rake db:create'
|
|
- 'RAILS_ENV=test bundle exec rake db:migrate'
|
|
|
|
script: 'RAILS_ENV=test bundle exec rake test' |