Skip to content

Commit cb58953

Browse files
committed
Remove OTP 20 as there is no elixir version built against it for 1.10.4
1 parent f4e1dc6 commit cb58953

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

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

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ dist: xenial
22
language: elixir
33
cache: apt
44
env:
5-
- EVM_EMACS=git-snapshot
65
- EVM_EMACS=26.3
76
elixir:
87
- 1.7.4
98
- 1.9.4
109
- 1.10.4
1110
otp_release:
12-
- 20.3
11+
- 21.3
1312
- 22.3
13+
- 23.0
1414
before_install:
1515
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh
1616
- evm install emacs-$EVM_EMACS-travis-linux-xenial --use --skip

0 commit comments

Comments
 (0)