Skip to content

Commit

Permalink
Bump elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
nroi committed Jan 15, 2018
1 parent ff57456 commit a62f291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: elixir
elixir:
- 1.4.0
- 1.5.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Paracusia.Mixfile do
aliases: [test: "test --no-start"],
app: :paracusia,
version: "0.2.4",
elixir: "~> 1.4",
elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit a62f291

Please sign in to comment.