samueljseay / recaptcha

A simple reCaptcha 2 library for Elixir applications.
MIT License
111 stars 56 forks source link

Version 3.0 release #49

Closed sobolevn closed 5 years ago

sobolevn commented 5 years ago

New version supports elixir >= 1.6

sobolevn commented 5 years ago

All tests pass, but fail due to:

Randomized with seed 964909
** (ExCoveralls.ReportUploadError) Failed to upload the report to 'https://coveralls.io' (reason: status_code = 405, body = <html>
<head><title>405 Not Allowed</title></head>
<body bgcolor="white">
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx</center>
</body>
</html>
).
    lib/excoveralls/poster.ex:20: ExCoveralls.Poster.execute/2
    (mix) lib/mix/tasks/test.ex:273: Mix.Tasks.Test.run/1
    (mix) lib/mix/task.ex:314: Mix.Task.run_task/3
    lib/mix/tasks.ex:51: Mix.Tasks.Coveralls.do_run/2
    (mix) lib/mix/task.ex:314: Mix.Task.run_task/3
    (mix) lib/mix/cli.ex:80: Mix.CLI.run_task/2
    (elixir) lib/code.ex:677: Code.require_file/2
The command "mix coveralls.travis" exited with 1.

I am going to ignore it.

sobolevn commented 5 years ago

That's why:

Снимок экрана 2019-08-13 в 12 56 22