Skip to content

Commit

Permalink
Relax Elixir requirement to ~> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jan 11, 2016
1 parent b5451c7 commit 22b9c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ otp_release:
elixir:
- 1.0.4
- 1.0.5
- 1.1.0
env:
- MIX_ENV=test
script: mix test --no-start
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Pusher.Mixfile do
def project do
[ app: :pusher,
version: "0.1.0",
elixir: "~> 1.0.0",
elixir: "~> 1.0",
name: "Pusher",
description: @description,
package: package,
Expand Down Expand Up @@ -36,7 +36,7 @@ defmodule Pusher.Mixfile do
end

defp package do
[ contributors: ["Eduardo Gurgel Pinho"],
[ maintainers: ["Eduardo Gurgel Pinho"],
licenses: ["MIT"],
links: %{"Github" => "https://github.com/edgurgel/pusher"} ]
end
Expand Down

0 comments on commit 22b9c8f

Please sign in to comment.