ref: master
plugins/elasticsearch/after_disable.rb
1 2 3 4 5 6 7 8 9 10 11
require 'rake' tasks_dir = File.join(File.dirname(__FILE__), 'Rakefile') Dir[tasks_dir].each do |file| load file end unless ENV['TRAVIS'] Rake.application['stop'].invoke end