el-get/.travis.yml

15 lines
385 B
YAML
Raw Normal View History

2012-09-13 06:46:50 +08:00
language: emacs-lisp
before_install:
- sudo apt-get install -qq ack-grep
- 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:
- EMACS=emacs
- EMACS=emacs-snapshot
script:
test/run-all-tests.sh