Skip to content
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

CI broken - cannot compile plug #59

Closed
counterleft opened this issue Feb 8, 2017 · 1 comment
Closed

CI broken - cannot compile plug #59

counterleft opened this issue Feb 8, 2017 · 1 comment

Comments

@counterleft
Copy link

Travis CI output:

==> plug
warning: the dependency :plug requires Elixir "~> 1.2.3 or ~> 1.3" but you are running on v1.1.1
Compiled lib/plug/mime.ex
Compiled lib/plug/html.ex
Compiled lib/plug/conn/adapter.ex
Compiled lib/plug.ex
Compiled lib/plug/crypto.ex
Compiled lib/plug/conn/unfetched.ex
Compiled lib/plug/logger.ex
Compiled lib/plug/supervisor.ex
Compiled lib/plug/request_id.ex
Compiled lib/plug/crypto/key_generator.ex
Compiled lib/plug/session/store.ex
Compiled lib/plug/conn/wrapper_error.ex
Compiled lib/plug/error_handler.ex
Compiled lib/plug/session.ex
Compiled lib/plug/session/ets.ex

== Compilation error on file lib/plug/crypto/message_verifier.ex ==
** (CompileError) lib/plug/crypto/message_verifier.ex:105: function '<-'/2 undefined
    (stdlib) lists.erl:1336: :lists.foreach/2
    (stdlib) erl_eval.erl:657: :erl_eval.do_apply/6

could not compile dependency :plug, "mix compile" failed. You can recompile this dependency with "mix deps.compile plug", update it with "mix deps.update plug" or clean it with "mix deps.clean plug"

Would moving to elixir v1.3 from v1.1.1 in .travis.yml do the trick?

@jeregrine
Copy link

Thank you for bringing this to my attention. I have fixed it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants