kittoframework / kitto

Kitto is a framework for interactive dashboards written in Elixir
http://kitto.io/dashboards/sample
MIT License
955 stars 58 forks source link

Fix erlang version in heroku buildpack #122

Closed nicholasRutherford closed 7 years ago

nicholasRutherford commented 7 years ago

The buildpack would install the latest version of erlang by default which is not compatible with the version of elixir we have pinned and would cause the build to fail. Setting the erlang version to 19.3 matches the version used in the docker file.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.732% when pulling c59748ace905bc88ef8ce39c1e905d808abe72a8 on nicholasRutherford:update-heroku-buildpack into 9db6e2ae71caa9270e3124f9c937fdee3c476b73 on kittoframework:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.732% when pulling c59748ace905bc88ef8ce39c1e905d808abe72a8 on nicholasRutherford:update-heroku-buildpack into 9db6e2ae71caa9270e3124f9c937fdee3c476b73 on kittoframework:master.

zorbash commented 7 years ago

Thanks a lot :-).