Skip to content

Commit ac1b4af

Browse files
committed
Use Mix.shell().info()
1 parent 464fbf0 commit ac1b4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ defmodule Sentry.Mixfile do
138138
if Version.match?(System.version(), ">= 1.16.0") do
139139
run_integration_tests("phoenix_app", args)
140140
else
141-
IO.puts("Skipping integration tests for Elixir versions < 1.16")
141+
Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")
142142
end
143143
end
144144

0 commit comments

Comments
 (0)