Disable emacs-snapshot tests until it is in order.

This commit is contained in:
Magnar Sveen 2012-09-23 16:27:28 +02:00
parent ef2226b993
commit 7a655b0c0b

View File

@ -1,6 +1,6 @@
language: emacs-lisp language: emacs-lisp
before_install: before_install:
- if [ "$EMACS" = 'emacs-snapshot' ]; then - if [ "$ECUKES_EMACS" = 'emacs-snapshot' ]; then
sudo add-apt-repository -y ppa:cassou/emacs && sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update -qq && sudo apt-get update -qq &&
sudo apt-get install -qq sudo apt-get install -qq
@ -8,6 +8,5 @@ before_install:
fi fi
env: env:
- ECUKES_EMACS=emacs - ECUKES_EMACS=emacs
- ECUKES_EMACS=emacs-snapshot
script: script:
./run-travis-ci.sh ./run-travis-ci.sh