You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis runs build on linux per default.
The setting language: elixir expects erlang to be available.
Adding osx to the list shows that travis is lacking support for elixir/erlang projects on osx.
Travis console:
0.04s$ wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}
The command "wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}" failed and exited with 8 during .
The text was updated successfully, but these errors were encountered:
Travis runs build on
linux
per default.The setting
language: elixir
expectserlang
to be available.Adding
osx
to the list shows that travis is lacking support for elixir/erlang projects on osx.Travis console:
The text was updated successfully, but these errors were encountered: