Skip to content

Commit

Permalink
ephemeralpg: fix ENV["CI"] usage.
Browse files Browse the repository at this point in the history
Part of #70493.
  • Loading branch information
MikeMcQuaid committed Feb 8, 2021
1 parent 4b473b0 commit 45fa4bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Formula/ephemeralpg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ def install
system "make"
system "make", "PREFIX=#{prefix}", "MANPREFIX=#{man}", "install"
end

test do
return if ENV["CI"]

system "#{bin}/pg_tmp", "selftest"
end
end

0 comments on commit 45fa4bc

Please sign in to comment.