Skip to content

Commit

Permalink
increase minimum Elixir version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Weiss committed Jun 21, 2016
1 parent 0fbc26a commit 4cb5fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ otp_release:
- 17.5

elixir:
- 1.3.0
- 1.2.0
- 1.1.1
- 1.0.5

matrix:
exclude:
- elixir: 1.2.0
otp_release: 17.5
- elixir: 1.3.0
otp_release: 17.5

env:
- MIX_ENV=test
Expand Down
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 Exmoji.Mixfile do
[
app: :exmoji,
version: "0.2.2",
elixir: "~> 1.0",
elixir: "~> 1.1",
deps: deps,
test_coverage: [tool: ExCoveralls],
name: "Exmoji",
Expand Down

0 comments on commit 4cb5fdf

Please sign in to comment.