mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 05:03:03 +00:00
13 lines
357 B
YAML
13 lines
357 B
YAML
language: emacs-lisp
|
|
before_install:
|
|
- 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
|
|
env:
|
|
- ECUKES_EMACS=emacs
|
|
- ECUKES_EMACS=emacs-snapshot
|
|
script:
|
|
./run-travis-ci.sh |