Skip to content

Commit

Permalink
River now requires Elixir v1.5+
Browse files Browse the repository at this point in the history
This is because we're using the dynamic supervision support of the
:simple_one_for_one strategy, to which we pass child specs generated via
Supervisor.child_spec/2. We could probably route around this by
generating the child specs directly, though... hrm
  • Loading branch information
peburrows committed Jul 27, 2017
1 parent 54e0043 commit 9f42234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
language: elixir
elixir:
- 1.3
- 1.4
- 1.5
otp_release:
- 17.5
- 18.3
- 19.0
- 20.0
matrix:
exclude:
- elixir: 1.3
otp_release: 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 River.Mixfile do
def project do
[app: :river,
version: "0.0.4",
elixir: "~> 1.3",
elixir: "~> 1.5",
description: description(),
package: package(),
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 9f42234

Please sign in to comment.