Skip to content

Commit

Permalink
travis: Fix Homebrew/NoFileutilsRmrf RuboCop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jul 30, 2024
1 parent cc6ddd1 commit 8b0b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/travis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def install
system "gem", "build", "travis.gemspec"
system "gem", "install", "--ignore-dependencies", "travis-#{version}.gem"
bin.install libexec/"bin/travis"
(libexec/"gems/travis-#{version}/assets/notifications/Travis CI.app").rmtree
rm_r(libexec/"gems/travis-#{version}/assets/notifications/Travis CI.app")
bin.env_script_all_files(libexec/"bin", GEM_HOME: ENV["GEM_HOME"])
end

Expand Down

0 comments on commit 8b0b340

Please sign in to comment.