You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
433 B
15 lines
433 B
language: emacs-lisp |
|
before_install: |
|
# PPA for stable Emacs packages |
|
- sudo add-apt-repository -y ppa:cassou/emacs |
|
# PPA for Emacs nightlies |
|
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa |
|
# Update and install the Emacs for our environment |
|
- sudo apt-get update -qq |
|
- sudo apt-get install -qq -yy ${EMACS}-nox ${EMACS}-el |
|
env: |
|
- EMACS=emacs23 |
|
- EMACS=emacs24 |
|
- EMACS=emacs-snapshot |
|
script: |
|
./run-travis-ci.sh
|
|
|