Skip to content

Commit 3f89e84

Browse files
committed
Revert "Remove OTP 20 as there is no elixir version built against it for 1.10.4"
This reverts commit ce66d67.
1 parent ce66d67 commit 3f89e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
/.cask/
44
/dist/
55
*-emacs-elixir-format.ex
6-
ert-profile

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ dist: xenial
22
language: elixir
33
cache: apt
44
env:
5+
- EVM_EMACS=git-snapshot
56
- EVM_EMACS=26.3
67
elixir:
78
- 1.7.4
89
- 1.9.4
910
- 1.10.4
1011
otp_release:
11-
- 21.3
12+
- 20.3
1213
- 22.3
1314
before_install:
1415
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh

0 commit comments

Comments
 (0)