summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-06 21:12:18 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-08 16:21:51 -0400
commit6b410aabc0e0cb740fd24e9a4478882aefea7220 (patch)
tree914d0f84d8fdaa161214306a70df216768a0785c /mix.exs
parentc4125a8635d0c15db67019e5fa5d84486eadc4d7 (diff)
downloadcouchdb-6b410aabc0e0cb740fd24e9a4478882aefea7220.tar.gz
Capture EUnit and ExUnit test results for Jenkins
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 2e213aeb1..43c8b6d93 100644
--- a/mix.exs
+++ b/mix.exs
@@ -35,6 +35,7 @@ defmodule CouchDBTest.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps() do
[
+ {:junit_formatter, "~> 3.0", only: [:dev, :test, :integration]},
{:httpotion, "~> 3.0", only: [:dev, :test, :integration], runtime: false},
{:jiffy, path: Path.expand("src/jiffy", __DIR__)},
{:ibrowse,