Skip to content

Commit

Permalink
update to Elixir ~> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peburrows committed Jul 17, 2017
1 parent 41fea89 commit 42a6efe
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
@@ -1,6 +1,8 @@
language: elixir
elixir:
- 1.2.0
- 1.4
otp_release:
- 17.5
- 18.2
- 19.0
- 20.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Kane.Mixfile do
def project do
[app: :kane,
version: "0.3.4",
elixir: "~> 1.2",
elixir: "~> 1.4",
package: package(),
description: description(),
deps: deps()]
Expand Down

0 comments on commit 42a6efe

Please sign in to comment.