mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
add travis-ci configuration
This commit is contained in:
parent
b6d30f4376
commit
c3775807b9
1 changed files with 20 additions and 0 deletions
20
.travis.yml
Normal file
20
.travis.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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
|
||||||
|
- 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:
|
||||||
|
#- EMACS=emacs
|
||||||
|
- EMACS=emacs24
|
||||||
|
#- EMACS=emacs-snapshot
|
||||||
|
script:
|
||||||
|
./run-travis-ci.sh
|
Loading…
Reference in a new issue