change rakefile and db congig
This commit is contained in:
parent
dff78176cc
commit
759fdf203b
1
Rakefile
1
Rakefile
|
@ -8,7 +8,6 @@ begin
|
|||
rescue LoadError
|
||||
# we can't load micro migrations on production
|
||||
end
|
||||
require 'travis'
|
||||
|
||||
begin
|
||||
require 'rspec/core/rake_task'
|
||||
|
|
|
@ -15,9 +15,8 @@ production:
|
|||
|
||||
development:
|
||||
<<: *defaults
|
||||
database: travis_development
|
||||
database: travis_pro_development
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
database: travis_test
|
||||
|
||||
database: travis_pro_test
|
||||
|
|
Loading…
Reference in New Issue
Block a user