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
|
rescue LoadError
|
||||||
# we can't load micro migrations on production
|
# we can't load micro migrations on production
|
||||||
end
|
end
|
||||||
require 'travis'
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'rspec/core/rake_task'
|
require 'rspec/core/rake_task'
|
||||||
|
|
|
@ -15,9 +15,8 @@ production:
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: travis_development
|
database: travis_pro_development
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: travis_test
|
database: travis_pro_test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user