Skip to content

Commit

Permalink
remove .travis.yml from files to update by copyright task
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 31, 2024
1 parent 883bed0 commit a441b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/copyright.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a441b6d

Please sign in to comment.