Skip to content

Commit

Permalink
Bump elixir version to match travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed Sep 15, 2020
1 parent cba4961 commit 722e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule EctoJob.Mixfile do
app: :ecto_job,
description: "A transactional job queue built with Ecto, PostgreSQL and GenStage.",
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [warnings_as_errors: true],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 722e504

Please sign in to comment.