From efab4be6de172e4ba325f57454669da27fb16ded Mon Sep 17 00:00:00 2001 From: carlad Date: Wed, 3 Feb 2016 06:03:09 +0100 Subject: [PATCH] comment out schema env definition --- Rakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Rakefile b/Rakefile index 9a143017..58566cbf 100644 --- a/Rakefile +++ b/Rakefile @@ -1,13 +1,13 @@ require 'bundler/setup' -require 'travis' +# require 'travis' require 'travis/engine' -begin - ENV['SCHEMA'] = File.expand_path('../db/schema.rb', $:.detect { |p| p.include?('travis-core') }) - require 'micro_migrations' -rescue LoadError - # we can't load micro migrations on production -end +# begin +# ENV['SCHEMA'] = File.expand_path('../db/schema.rb', $:.detect { |p| p.include?('travis-core') }) +# require 'micro_migrations' +# rescue LoadError +# # we can't load micro migrations on production +# end begin require 'rspec/core/rake_task'