Skip to content

Commit

Permalink
Remove Elixir 1.4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Apr 22, 2017
1 parent 8c684c4 commit 6a7b55d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: elixir
sudo: false
elixir:
- 1.3.0
- 1.4.0
- 1.4.2
otp_release:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule Crontab.Mixfile do
def project do
[app: :crontab,
version: @version,
elixir: "~> 1.3",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: description(),
Expand Down

0 comments on commit 6a7b55d

Please sign in to comment.