Skip to content

Commit

Permalink
POBOX is an app
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Cohen committed May 17, 2016
1 parent b162ab9 commit c18e1e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ defmodule Elixometer.Mixfile do

def application do
[mod: {Elixometer.App, []},
applications: [:lager, :exometer_core],
included_applications: [:pobox],
applications: [:lager, :exometer_core, :pobox],
erl_opts: [parse_transform: "lager_transform"],
env: default_config(Mix.env)
]
Expand Down

0 comments on commit c18e1e9

Please sign in to comment.