Distillery should not be included at runtime

This commit is contained in:
Mikko Ahlroth 2018-02-25 12:08:06 +02:00
parent 0d6d7d6e96
commit 52224e532e

View file

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