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

Replace Travis CI with GitHub CI #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kianmeng
Copy link
Contributor

Since the Travis CI have deprecated, we should move this to GitHub CI instead. We also bump the minimum Elixir requirement to 1.13.

Since the Travis CI have deprecated, we should move this to GitHub CI
instead. We also bump the minimum Elixir requirement to 1.13.
@@ -50,7 +50,7 @@ defmodule Countries.Loader do
do: to_map(values)

defp convert_value(attribute, value)
when is_list(value) and not (attribute in @do_not_convert),
when is_list(value) and attribute not in @do_not_convert,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes modified by mix format

@@ -1,10 +1,9 @@
%{
"earmark": {:hex, :earmark, "1.3.1", "73812f447f7a42358d3ba79283cfa3075a7580a3a2ed457616d6517ac3738cb9", [:mix], [], "hexpm", "000aaeff08919e95e7aea13e4af7b2b9734577b3e6a7c50ee31ee88cab6ec4fb"},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ mix deps.unlock --check-unused
    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  3 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:3

** (Mix) Unused dependencies in mix.lock file:

  * :earmark

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

Successfully merging this pull request may close these issues.

1 participant