0bc39d9ad1
- History for v0.20.83 and previous versions is moved to archive/v0.20.83
7 lines
158 B
Elixir
7 lines
158 B
Elixir
ExUnit.start()
|
|
|
|
if System.get_env("TEAMCITY_VERSION") do
|
|
ExUnit.configure(formatters: [TeamCityFormatter])
|
|
end
|
|
|
|
ExUnit.configure(exclude: [external: true])
|