File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : generic
2
2
sudo : false
3
3
before_install :
4
- - mkdir ~/.emacs.d
5
- - curl -O https://gist.githubusercontent.com/stakemori/a32d367baedd12b590888c6faceb28d9/raw/066838635c2b4ef11cacf1859d7089789d1a41f9/init.el && mv init.el ~/.emacs.d/init.el
6
4
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
7
5
- evm install $EVM_EMACS --use --skip
6
+ - cask
8
7
env :
9
8
- EVM_EMACS=emacs-24.4-travis
10
9
- EVM_EMACS=emacs-24.5-travis
11
10
- EVM_EMACS=emacs-25.1-travis
12
11
- EVM_EMACS=emacs-25.2-travis
13
12
script :
14
13
- emacs --version
15
- - make travis- test
14
+ - make test
Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ test-compile:
14
14
test : clean test-compile
15
15
$(CASK ) exec $(EMACS ) -Q -batch -L . -l test/sage-shell-mode-test.el -f ert-run-tests-batch-and-exit
16
16
17
- travis-test : clean travis-test-compile
18
- $(EMACS ) -batch -L . -l test/sage-shell-mode-test.el -f ert-run-tests-batch-and-exit
19
-
20
- travis-test-compile :
21
- $(EMACS ) -eval " (progn (setq byte-compile-delete-errors nil) (setq byte-compile-error-on-warn t) (add-to-list 'load-path \" $( PWD) \" ))" \
22
- -batch -f batch-byte-compile sage-shell-mode.el sage-shell-blocks.el sage-shell-view.el
23
-
24
17
clean :
25
18
rm -f * .elc
26
19
You can’t perform that action at this time.
0 commit comments