add cache, credo and postgis to ci

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-01-13 23:49:37 +01:00
parent 97c1c4e2a3
commit 960ef0c276
3 changed files with 12 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ defmodule Eventos.Mixfile do
{:timex, "~> 3.0"},
{:timex_ecto, "~> 3.0"},
{:ex_machina, "~> 2.1", only: :test},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
]
end