Skip to content

Commit

Permalink
Include elixir on releases
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edgurgel committed Jan 19, 2014
1 parent dcf7fed commit df2c162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule Poxa.Mixfile do
use Relex.Release

def include_erts?, do: false
def include_elixir?, do: false
def include_elixir?, do: true
def name, do: "poxa"
def version, do: Mix.project[:version]
def applications, do: [ Mix.project[:app] ]
Expand Down

0 comments on commit df2c162

Please sign in to comment.