image: elixir:1.8 before_script: - apt-get update - apt-get install -y rustc cargo - mix local.rebar --force - mix local.hex --force - mix deps.get mix: script: - mix test