File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- language : erlang
1
+ language : elixir
2
+ elixir : 1.0.5
2
3
otp_release :
3
- - 17.1
4
+ - 18.0
5
+ cache : apt
4
6
env :
5
- - EMACS=emacs24 EMACS_REPO=cassou/emacs TEST_RUN="rake test"
6
- - EMACS=emacs-snapshot EMACS_REPO=ubuntu-elisp/ppa TEST_RUN="rake test-no-gui"
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"
7
10
before_install :
8
- - sudo add-apt-repository -y ppa:$EMACS_REPO
9
- - sudo apt-get update
10
- - sudo apt-get -y install $EMACS
11
- - cd /tmp
12
- - wget https://github.com/elixir-lang/elixir/releases/download/v1.0.0/Precompiled.zip
13
- - unzip Precompiled.zip
14
- - export PATH="$PWD/bin:$PATH"
15
- - cd -
16
- - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
17
- - export PATH="/home/travis/.cask/bin:$PATH"
11
+ - curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
12
+ - evm install $EVM_EMACS --use --skip
13
+ - cask
14
+ install :
15
+ - cask install
18
16
script :
19
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