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.
|
language: emacs-lisp |
|
env: |
|
matrix: |
|
- emacs=emacs24 |
|
- emacs=emacs-snapshot |
|
|
|
before_install: |
|
- sudo add-apt-repository -y ppa:cassou/emacs |
|
- sudo add-apt-repository -y ppa:ubuntu-elisp |
|
- sudo apt-get update -qq |
|
- sudo apt-get install -qq $emacs |
|
|
|
script: |
|
- make test
|
|
|