Thanks Eric! I can confirm it's available on Travis now. I'm running into an issue with using it on Travis, though...when my build gets to a step that does:
mix compile --warnings-as-errors --force ...it gets stuck at this prompt: Could not find "rebar3", which is needed to build dependency :idna > I can install a local copy which is just used by Mix > Shall I install rebar3? [Yn] ...and then the build times out after 10 minutes. I thought there was a flag to force mix to download things like rebar3 when needed so it can work in situations like this but I haven't been able to figure out what the flag is. Anyone have a suggestion? Thanks, Myron On Thu, Jun 2, 2016 at 8:30 AM, Eric Meadows-Jönsson < [email protected]> wrote: > It should be available now. > > On Wednesday, 1 June 2016, Myron Marston <[email protected]> wrote: > >> The new 1.3 features look really great! Any idea when 1.3.0-rc.0 will be >> available on hex so it can be used on travis? >> >> On Monday, May 30, 2016 at 6:41:32 AM UTC-7, José Valim wrote: >>> >>> Hello everyone, >>> >>> We are glad to announce our first release candidate for Elixir v1.3.0. >>> This release includes the new Calendar types as well as many improvements >>> to the toolchain. We hope it will make everyone more productive, specially >>> when using Mix and ExUnit. >>> >>> Since this is a release candidate, there is a chance your package >>> managers won't be updated to include it. Luckily, you can use a version >>> manager >>> <http://elixir-lang.org/install.html#compiling-with-version-managers> >>> or compile from source >>> <http://elixir-lang.org/install.html#compiling-from-source-unix-and-mingw> >>> . >>> >>> To learn more about this release, read the CHANGELOG >>> <https://github.com/elixir-lang/elixir/blob/v1.3.0-rc.0/CHANGELOG.md> >>> or access its docs <http://elixir-lang.org/docs/master>. >>> >>> We recommend everyone to take this new release for a spin and let us >>> know how it goes. This release should be fully backwards compatible, please >>> report any inconsistencies you find in our issues tracker >>> <https://github.com/elixir-lang/elixir/issues>. >>> >>> Happy coding! >>> >>> *José Valim* >>> www.plataformatec.com.br >>> Skype: jv.ptec >>> Founder and Director of R&D >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "elixir-lang-core" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elixir-lang-core/3460f9bf-07fb-4e56-8647-a63130fe900d%40googlegroups.com >> <https://groups.google.com/d/msgid/elixir-lang-core/3460f9bf-07fb-4e56-8647-a63130fe900d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Eric Meadows-Jönsson > > -- > You received this message because you are subscribed to a topic in the > Google Groups "elixir-lang-core" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elixir-lang-core/JptOMxrLxcs/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/CAM_eaphTVHBgR%2B0SUKG-sdjeXS2cNAPC7P7d%3Dwj5oNvcy2-ofA%40mail.gmail.com > <https://groups.google.com/d/msgid/elixir-lang-core/CAM_eaphTVHBgR%2B0SUKG-sdjeXS2cNAPC7P7d%3Dwj5oNvcy2-ofA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CADUxQmuXfMoJ7gKiVrYoB4hsRadfPEjs0ft5wvcLzMn-%2B_5uiA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
