parent
19b93892af
commit
e561cff4ab
1 changed files with 7 additions and 0 deletions
@ -1,19 +1,26 @@ |
|||||||
language: emacs-lisp |
language: emacs-lisp |
||||||
|
|
||||||
env: |
env: |
||||||
- EMACS=emacs23 |
- EMACS=emacs23 |
||||||
- EMACS=emacs24 |
- EMACS=emacs24 |
||||||
|
- EMACS=emacs25 |
||||||
|
- EMACS=emacs26 |
||||||
- EMACS=emacs-snapshot |
- EMACS=emacs-snapshot |
||||||
|
|
||||||
before_install: |
before_install: |
||||||
- sudo add-apt-repository -y ppa:cassou/emacs |
- sudo add-apt-repository -y ppa:cassou/emacs |
||||||
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa |
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa |
||||||
- sudo apt-get update -y -q |
- sudo apt-get update -y -q |
||||||
- sudo apt-get install -y $EMACS-nox |
- sudo apt-get install -y $EMACS-nox |
||||||
|
|
||||||
install: |
install: |
||||||
- if [ "$EMACS" = "emacs23" ]; then |
- if [ "$EMACS" = "emacs23" ]; then |
||||||
curl -O 'https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el'; |
curl -O 'https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el'; |
||||||
fi |
fi |
||||||
|
|
||||||
script: |
script: |
||||||
- $EMACS -Q -batch --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile rainbow-delimiters.el |
- $EMACS -Q -batch --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile rainbow-delimiters.el |
||||||
- $EMACS -Q -batch -l rainbow-delimiters-test.el -f ert-run-tests-batch-and-exit |
- $EMACS -Q -batch -l rainbow-delimiters-test.el -f ert-run-tests-batch-and-exit |
||||||
|
|
||||||
notifications: |
notifications: |
||||||
email: false |
email: false |
||||||
|
|||||||
Loading…
Reference in new issue