travelping / hello

Erlang RPC server framework
MIT License
31 stars 20 forks source link

Elixir 1.4 - mix compile fails #102

Closed fnchooft closed 7 years ago

fnchooft commented 7 years ago

I was trying to compile with mix on elixir 1.4, but there seems to be an error with the lager-configuration in the mix-case.

Using rebar3 ( following the .travis.yml commands) the entire package seems to compile fine.

umatomba commented 7 years ago

Hi @fnchooft, elixir 1.4 has a bug in mix. https://github.com/elixir-lang/elixir/issues/5640 Try with elixir 1.4.1

fnchooft commented 7 years ago

Will do - thanks for the tip.