Skip to content

Commit d7a8898

Browse files
committed
Allow to run on Elixir v1.0.0-rc1
1 parent 8ea1648 commit d7a8898

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- ELIXIR="v0.14.3"
77
- ELIXIR="v0.15.0"
88
- ELIXIR="v0.15.1"
9+
- ELIXIR="v1.0.0-rc1"
910
install: mix deps.get
1011
before_install:
1112
- mkdir -p vendor/elixir

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule EventSourceEncoder.Mixfile do
55
[
66
app: :event_source_encoder,
77
version: "0.0.1",
8-
elixir: "~> 0.14",
8+
elixir: "~> 0.14 or ~> 1.0.0-rc",
99
description: description,
1010
package: package,
1111
deps: deps

0 commit comments

Comments
 (0)