From a441b6dea5a6c1832c8c4af826113b5e0a92e16f Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Tue, 30 Jul 2024 21:36:20 +0200 Subject: [PATCH] remove .travis.yml from files to update by copyright task --- lib/tasks/copyright.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/copyright.rake b/lib/tasks/copyright.rake index 108306a6c5bb..5c39b2a813df 100644 --- a/lib/tasks/copyright.rake +++ b/lib/tasks/copyright.rake @@ -134,7 +134,7 @@ namespace :copyright do desc "Update special files, which do not have an ending" task :update_special_files, :path do |_task, args| # ruby-like files - file_list = %w{Gemfile Rakefile config.ru .travis.yml .gitignore} + file_list = %w{Gemfile Rakefile config.ru .gitignore} rewrite_copyright("rb", [], :rb, args[:path], file_list:) end