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 ce66d67Copy full SHA for ce66d67
.gitignore
@@ -3,3 +3,4 @@
3
/.cask/
4
/dist/
5
*-emacs-elixir-format.ex
6
+ert-profile
.travis.yml
@@ -2,14 +2,13 @@ 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
14
before_install:
15
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh
0 commit comments