Skip to content

Commit 88d0bd4

Browse files
committed
Use cask
1 parent 6c255cd commit 88d0bd4

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: generic
22
sudo: false
33
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
64
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
75
- evm install $EVM_EMACS --use --skip
6+
- cask
87
env:
98
- EVM_EMACS=emacs-24.4-travis
109
- EVM_EMACS=emacs-24.5-travis
1110
- EVM_EMACS=emacs-25.1-travis
1211
- EVM_EMACS=emacs-25.2-travis
1312
script:
1413
- emacs --version
15-
- make travis-test
14+
- make test

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ test-compile:
1414
test: clean test-compile
1515
$(CASK) exec $(EMACS) -Q -batch -L . -l test/sage-shell-mode-test.el -f ert-run-tests-batch-and-exit
1616

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-
2417
clean:
2518
rm -f *.elc
2619

0 commit comments

Comments
 (0)