Commit 7a57730cb743b445f73545a6fe9870102bd14c2d

Stephen Moloney 2017-04-28T13:55:33

add mod

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/mix.exs b/mix.exs
index a75edb9..1545a90 100644
--- a/mix.exs
+++ b/mix.exs
@@ -21,6 +21,7 @@ defmodule ExOvh.Mixfile do
 
   def application() do
     [
+      mod: [],
       applications: [:calendar, :crypto, :hackney, :floki, :logger, :poison]
     ]
   end