Skip to content

Commit

Permalink
avoid byte-compiling on Emacs 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Oct 19, 2013
1 parent 81ee3d3 commit 2e9eab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2e9eab6

Please sign in to comment.