Don't require micro_migrations in Rakefile
It breaks when I want to run any rake task
This commit is contained in:
parent
b4e59caebf
commit
17de12655d
1
Rakefile
1
Rakefile
|
@ -1,7 +1,6 @@
|
||||||
require 'bundler/setup'
|
require 'bundler/setup'
|
||||||
ENV['SCHEMA'] = "#{Gem.loaded_specs['travis-core'].full_gem_path}/db/schema.rb"
|
ENV['SCHEMA'] = "#{Gem.loaded_specs['travis-core'].full_gem_path}/db/schema.rb"
|
||||||
|
|
||||||
require 'micro_migrations'
|
|
||||||
require 'travis'
|
require 'travis'
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user