Skip to content

Commit 6c9a13e

Browse files
authored
Merge pull request #91 from mischov/chore/elixir-1.10
Support Elixir 1.10
2 parents b2f874d + eb4fff4 commit 6c9a13e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ matrix:
99
- otp_release: 21.0
1010
elixir: 1.6.6
1111
- otp_release: 21.0
12-
elixir: 1.9.0
12+
elixir: 1.10.0
1313
- otp_release: 22.0
1414
elixir: 1.7.0
1515
- otp_release: 22.0
16-
elixir: 1.9.0
16+
elixir: 1.10.0
1717

1818
sudo: false
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333

3434
## Compatibility
3535

36-
Meeseeks requires a minimum combination of Elixir 1.6.0 and Erlang/OTP 20, and has been tested with a maximum combination of Elixir 1.9.0 and Erlang/OTP 22.0.
36+
Meeseeks requires a minimum combination of Elixir 1.6.0 and Erlang/OTP 20, and has been tested with a maximum combination of Elixir 1.10.0 and Erlang/OTP 22.0.
3737

3838
## Installation
3939

0 commit comments

Comments
 (0)