File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ otp_release:
4
4
- 18.0
5
5
cache : apt
6
6
env :
7
- - EVM_EMACS=emacs-24.3-bin
8
- - EVM_EMACS=emacs-24.4-bin
9
- - EVM_EMACS=emacs-24.5-bin
7
+ - EVM_EMACS=emacs-24.3-bin TEST_RUN="rake test"
8
+ - EVM_EMACS=emacs-24.4-bin TEST_RUN="rake test"
9
+ - EVM_EMACS=emacs-24.5-bin TEST_RUN="rake test-no-gui"
10
10
before_install :
11
11
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
12
12
- evm install $EVM_EMACS --use --skip
13
13
- cask
14
14
install :
15
15
- cask install
16
16
script :
17
- - rake test
17
+ - $TEST_RUN
Original file line number Diff line number Diff line change 8
8
9
9
; ;; Code:
10
10
11
+ (require 'test-helper )
12
+
11
13
(defun elixir-test-face-at (pos &optional content )
12
14
" Get the face at POS in CONTENT.
13
15
Original file line number Diff line number Diff line change 9
9
10
10
; ;; Code:
11
11
12
+ (require 'test-helper )
13
+
12
14
(elixir-def-indentation-test indent-use-dot-module-newline
13
15
(:tags '(indentation))
14
16
" defmodule Foo do
You can’t perform that action at this time.
0 commit comments