mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Run tests in Emacs 23, Emacs 24 and snapshot.
This commit is contained in:
parent
0a081a7c5f
commit
b218a13cf7
14
.travis.yml
14
.travis.yml
@ -1,12 +1,20 @@
|
||||
language: emacs-lisp
|
||||
before_install:
|
||||
- if [ "$ECUKES_EMACS" = 'emacs-snapshot' ]; then
|
||||
- if [ "$EMACS" = 'emacs-snapshot' ]; then
|
||||
sudo add-apt-repository -y ppa:cassou/emacs &&
|
||||
sudo apt-get update -qq &&
|
||||
sudo apt-get install -qq
|
||||
emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
|
||||
fi
|
||||
- if [ "$EMACS" = 'emacs24' ]; then
|
||||
sudo add-apt-repository -y ppa:cassou/emacs &&
|
||||
sudo apt-get update -qq &&
|
||||
sudo apt-get install -qq
|
||||
emacs24 emacs24-el emacs24-common-non-dfsg;
|
||||
fi
|
||||
env:
|
||||
- ECUKES_EMACS=emacs
|
||||
- EMACS=emacs
|
||||
- EMACS=emacs24
|
||||
- EMACS=emacs-snapshot
|
||||
script:
|
||||
./run-travis-ci.sh
|
||||
./run-travis-ci.sh
|
Loading…
x
Reference in New Issue
Block a user