club-soda / club-soda-guide

Mindful Drinking Movement - Club Soda MVP 2.0
https://club-soda-guide-staging.herokuapp.com
17 stars 0 forks source link

Update brand on drink #624

Closed SimonLab closed 5 years ago

SimonLab commented 5 years ago

ref: #623

On the update function of Resources.Drink make sure that the association brand is set to nil to allow the brand_id property to be updated and to not have any conflict with the brand value

SimonLab commented 5 years ago

Error on Travis: image

It looks like Travis can't download Erlang properly. From https://docs.travis-ci.com/user/languages/elixir/ it looks like our .travis.yml is fine. Trying to remove the otp version to let Travis to choose it automatically: image

When the version of erlang/otp is not specified, Travis will get one automatically however it is an older version and we have then the following error: image

Using the otp version 22.0 seems to work with Travis