Skip to content

Commit

Permalink
remove orphaned reference to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai authored Aug 4, 2022
1 parent 4bd1d20 commit 12057f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "json", ">= 2.3.0"

ignores = File.readlines(".gitignore").grep(/\S+/).map(&:chomp)
dotfiles = %w[.gitignore .travis.yml .yardopts]
dotfiles = %w[.gitignore .yardopts]

all_files_without_ignores = Dir["**/*"].reject { |f|
File.directory?(f) || ignores.any? { |i| File.fnmatch(i, f) }
Expand Down

0 comments on commit 12057f0

Please sign in to comment.