I want to run tests of my Phoenix app on Travis-CI.
Log excerpt:
$ MIX_ENV=test mix do deps.get, compile, test Could not find hex, which is needed to bu
As with any unix command, you could pipe yes into the mix command:
yes
yes | MIX_ENV=test mix do deps.get, compile, test