-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis build not working #14
Comments
Thanks for the report. Is there any way to get more detailed information? (git repo would be nice, but at least related code like mix.exs and elixir version would help). A push couple days ago in my repo was working at Travis, and I would like to isolate the condition. |
Unfortunately I deleted that repository but I'm trying to reproduce it. On a side note, do you know if excoveralls works with umbrella projects? |
Thanks. It may not work well with umbrella projects at the moment.. At parent app, it seems [mix test] tasks are invoked multiple times for each of the child apps, and I don't have coordination mechanism yet (I can observe some weird behavior with my brief experiment). |
Yeah I got it to work locally but could not get it to work on Travis which is unfortunate but understandable. |
Was the original issue occur on the umbrella project? |
No, I'm sorry for conflating the two issues. The original issue was with travis when I used the below to get the faster container builds. sudo: false |
I'm seeing the exact same SSL issue with my repository at https://github.com/my-flow/mt940. The travis build is here: https://travis-ci.org/my-flow/mt940 |
Thanks for the information. I could simulate the error by forking your repository. I haven't been able to identify the issue yet, I could partially make it work for erlang 17.1 (though failing on 17.3...). https://github.com/parroty/mt940 I'll check more later about isolating the issue (erlang 17.3 seems working on other my repository). Maybe it's good to upgrade hackney to the latest, etc. I'm not sure about the host name verification (it's about |
Good catch! According to this Stackoverflow link it is a "known bug in Erlang OTP 17.3". I upgraded to 17.4 and that solved my problem. Thanks! |
Thanks for the reference! |
The text was updated successfully, but these errors were encountered: