We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e1dc6 commit cb58953Copy full SHA for cb58953
.gitignore
@@ -3,3 +3,4 @@
3
/.cask/
4
/dist/
5
*-emacs-elixir-format.ex
6
+ert-profile
.travis.yml
@@ -2,15 +2,15 @@ dist: xenial
2
language: elixir
cache: apt
env:
- - EVM_EMACS=git-snapshot
- EVM_EMACS=26.3
7
elixir:
8
- 1.7.4
9
- 1.9.4
10
- 1.10.4
11
otp_release:
12
- - 20.3
+ - 21.3
13
- 22.3
+ - 23.0
14
before_install:
15
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh
16
- evm install emacs-$EVM_EMACS-travis-linux-xenial --use --skip
0 commit comments