We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464fbf0 commit ac1b4afCopy full SHA for ac1b4af
mix.exs
@@ -138,7 +138,7 @@ defmodule Sentry.Mixfile do
138
if Version.match?(System.version(), ">= 1.16.0") do
139
run_integration_tests("phoenix_app", args)
140
else
141
- IO.puts("Skipping integration tests for Elixir versions < 1.16")
+ Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")
142
end
143
144
0 commit comments