From 2e9eab6b15b95fe233fd09e7c8357e555b392844 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 19 Oct 2013 15:26:09 -0400 Subject: [PATCH] avoid byte-compiling on Emacs 22.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 763748c..5f846b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ before_script: ### script: - "$EMACS" --version && make test EMACS="$EMACS" + "$EMACS" --version && ( test "$EMACS" != "emacs22" && make test EMACS="$EMACS" || make test-batch EMACS="$EMACS" ) ### ### settings