From 505c7b2e333c497fc406e73844ca2f08cd72ba26 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Wed, 7 Jan 2015 09:44:52 -0700 Subject: [PATCH] Allow emacs23 to fail until I get everything working. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb078ee..e3ad8cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ matrix: allow_failures: # - env: EMACS=xemacs21 - env: EMACS=emacs22 + - env: EMACS=emacs23 - env: EMACS=emacs-snapshot ### @@ -114,7 +115,7 @@ install: - if [ "$EMACS" = 'emacs23' ]; then sudo apt-get -qq update && sudo apt-get -qq -f install && - sudo apt-get -qq install emacs23-gtk emacs23-el; + sudo apt-get -qq install emacs23-gtk emacs23-el emacs-goodies-el; fi - if [ "$EMACS" = 'emacs24' ]; then sudo add-apt-repository -y ppa:cassou/emacs &&