image: elixir:latest before_script: - mix local.rebar --force - mix local.hex --force - mix deps.get test: script: - MIX_ENV=test mix compile - mix test --cover artifacts: paths: - cover format: script: - mix format --check-formatted