Skip to content

Commit

Permalink
bump version of elixir as ecto incompatible with old elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmoloney committed May 18, 2017
1 parent e735d02 commit 6d968c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: elixir
matrix:
include:
- otp_release: 18.3
elixir: 1.2
- otp_release: 19.2
elixir: 1.3
- otp_release: 19.2
- otp_release: 19.3
elixir: 1.4
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Scrivener.List.Mixfile do
version: @version,
source_url: @source_url,
homepage_url: @homepage_url,
elixir: "~> 1.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: description(),
Expand Down

0 comments on commit 6d968c8

Please sign in to comment.