diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2019-08-06 21:12:18 -0400 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2019-08-08 16:21:51 -0400 |
commit | 6b410aabc0e0cb740fd24e9a4478882aefea7220 (patch) | |
tree | 914d0f84d8fdaa161214306a70df216768a0785c /mix.exs | |
parent | c4125a8635d0c15db67019e5fa5d84486eadc4d7 (diff) | |
download | couchdb-6b410aabc0e0cb740fd24e9a4478882aefea7220.tar.gz |
Capture EUnit and ExUnit test results for Jenkins
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |