I want to run tests of my Phoenix application on Travis-CI.
Excerpt from the journal:
$ MIX_ENV=test mix do deps.get, compile, test Could not find hex, which is needed to build dependency :phoenix Shall I install hex? [Yn]
When it comes to getting and installing dependencies, it asks if it should install hex . I was wondering if I can pass the --yes parameter for mixing so that it doesnβt ask, but just install?
elixir hex travis-ci mix
nein.
source share