File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ sudo: false
2
2
language : emacs-lisp
3
3
env :
4
4
- EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test
5
+ - EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test-bytecomp
6
+ - EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test-checks
5
7
- EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test
8
+ - EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test-bytecomp
9
+ - EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test-checks
6
10
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test
11
+ - EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-bytecomp
12
+ - EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-checks
7
13
- EMACS_BINARY=emacs-git-snapshot-travis MAKE_TEST=test
8
- - MAKE_TEST=test-bytecomp EMACS_BINARY=emacs-25.1- travis
9
- - MAKE_TEST=test-checks EMACS_BINARY=emacs-25.1- travis
14
+ - EMACS_BINARY=emacs-git-snapshot- travis MAKE_TEST=test-bytecomp
15
+ - EMACS_BINARY=emacs-git-snapshot- travis MAKE_TEST=test-checks
10
16
11
17
before_script :
12
18
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
You can’t perform that action at this time.
0 commit comments