Skip to content

Commit

Permalink
Use Mix.shell().info()
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 14, 2024
1 parent 464fbf0 commit ac1b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ defmodule Sentry.Mixfile do
if Version.match?(System.version(), ">= 1.16.0") do
run_integration_tests("phoenix_app", args)
else
IO.puts("Skipping integration tests for Elixir versions < 1.16")
Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")
end
end

Expand Down

0 comments on commit ac1b4af

Please sign in to comment.