Skip to content

Commit 4f4ae3a

Browse files
committed
Use erlang-21 on master branch
Some dependencies (namely Ra) require erlang >= 21.0. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 98c2c94 commit 4f4ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: xenial
22
language: elixir
33
elixir: '1.6.6'
44
otp_release:
5-
- '20.0'
5+
- '21.0'
66
script: make tests
77
branches:
88
only:

0 commit comments

Comments
 (0)