Distillery should not be included at runtime

This commit is contained in:
Mikko Ahlroth 2018-02-25 12:06:08 +02:00
parent 0c31dab375
commit ea08a4eeb9

View file

@ -23,7 +23,7 @@ defmodule GitLabPushTriggerer.MixProject do
defp deps do
[
{:plug, "~> 1.4.5"},
{:distillery, "~> 1.5"},
{:distillery, "~> 1.5", runtime: false},
{:cowboy, "~> 1.1"},
{:jason, "~> 1.0.0"}
]