Skip to content

Commit

Permalink
Fix Elixir version #94
Browse files Browse the repository at this point in the history
  • Loading branch information
x-ji committed Oct 12, 2020
1 parent b48a242 commit dd59a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
include:
- stage: tests
language: elixir
elixir: '1.6.4'
otp_release: '20.1'
elixir: '1.11.0'
otp_release: '22.3'
dist: xenial
addons:
- postgresql: '9.6'
Expand Down
4 changes: 2 additions & 2 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir_version=1.8.1
erlang_version=21.3.7
elixir_version=1.11.0
erlang_version=22.3.4.9
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Magpie.Mixfile do
[
app: :magpie,
version: "0.2.3",
elixir: "~> 1.10",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit dd59a37

Please sign in to comment.