asdf-vm / asdf-elixir

Elixir plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
473 stars 70 forks source link

Show elixir version on test #65

Closed robsonpeixoto closed 4 years ago

danhper commented 5 years ago

Hi, thanks for the PR. This will not work because the travis config is not using erlang. If you could get it to pass the tests on Travis I would be more than happy to merge. I think it should be a matter of setting the language to erlang but I have not tried it. https://docs.travis-ci.com/user/languages/erlang/

Stratus3D commented 4 years ago

I think you also may need to specify the OTP release you want to build with. See https://docs.travis-ci.com/user/languages/erlang/#choosing-otp-releases-to-test-against

robsonpeixoto commented 4 years ago

It is not working on macos: https://travis-ci.org/asdf-vm/asdf-elixir/builds/608131278 I'll close this PR, ok?

Stratus3D commented 4 years ago

@robsonpeixoto that's disappointing. I do think we need builds that work on OSX, so I'll close this. Thanks for giving this a try though. I really appreciate you taking the time to try to get this working.