Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imranismail committed Oct 7, 2018
1 parent 21d189f commit 14c963a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ defmodule Turbolinks.Mixfile do
end

def application do
[applications: [:logger]]
[
applications: [:logger],
extra_applications: [:plug]
]
end

defp description do
Expand Down

0 comments on commit 14c963a

Please sign in to comment.