File tree Expand file tree Collapse file tree 5 files changed +15
-18
lines changed Expand file tree Collapse file tree 5 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
2
1
language : elixir
3
2
cache : apt
4
3
env :
5
- - EVM_EMACS=git-snapshot
6
- - EVM_EMACS=26.3
7
- elixir :
8
- - 1.7.4
9
- - 1.9.4
10
- - 1.10.4
11
- otp_release :
12
- - 20.3
13
- - 22.3
4
+ - EVM_EMACS=24.3
5
+ - EVM_EMACS=24.4
6
+ - EVM_EMACS=24.5
7
+ - EVM_EMACS=25.1
8
+ - EVM_EMACS=25.2
9
+ matrix :
10
+ include :
11
+ - elixir : 1.0.5
12
+ otp_release : 17.4
13
+ - elixir : 1.4.3
14
+ otp_release : 19.0
15
+ - elixir : 1.6.0
16
+ otp_release : 20.1
14
17
before_install :
15
18
- 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
19
+ - evm install emacs-$EVM_EMACS-travis --use --skip
17
20
- cask
18
21
install :
19
22
- cask install
Original file line number Diff line number Diff line change 1
- ## v2.4.0 - Unreleased
2
- * [ #459 ] ( https://github.com/elixir-editors/emacs-elixir/pull/459 ) - Customizable font-face for numbers
3
-
4
1
## v2.3.1 - 2016/04/19
5
2
* [ #337 ] ( https://github.com/elixir-editors/emacs-elixir/pull/337 ) - Fix indentation issue after COMMA token
6
3
* [ #333 ] ( https://github.com/elixir-editors/emacs-elixir/pull/333 ) - Fix indentation of second element inside list of tuples
Original file line number Diff line number Diff line change 6
6
(files " *.el" )
7
7
8
8
(development
9
- (depends-on " pkg-info" )
10
9
(depends-on " ert-runner" ))
Original file line number Diff line number Diff line change 28
28
(defcustom elixir-format-arguments nil
29
29
" Additional arguments to 'mix format'"
30
30
:type '(repeat string)
31
- :group 'elixir
32
31
:group 'elixir-format )
33
32
34
33
(defcustom elixir-format-hook nil
35
34
" Hook called by `elixir-format' ."
36
35
:type 'hook
37
- :group 'elixir
38
36
:group 'elixir-format )
39
37
40
38
Original file line number Diff line number Diff line change 11
11
; ; Created: Mon Nov 7 2011
12
12
; ; Keywords: languages elixir
13
13
; ; Version: 2.4.0
14
- ; ; Package-Requires: ((emacs "26.3 "))
14
+ ; ; Package-Requires: ((emacs "24") (pkg-info "0.4 "))
15
15
16
16
; ; This file is not a part of GNU Emacs.
17
17
You can’t perform that action at this time.
0 commit comments