Skip to content

Commit

Permalink
revert quoting which choked Travis
Browse files Browse the repository at this point in the history
though it is apparently sensible
  • Loading branch information
rolandwalker committed Oct 19, 2013
1 parent d37999b commit b27d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -130,7 +130,7 @@ before_script:
###

script:
"$EMACS" --version && ( test "$EMACS" != "emacs22" && make test EMACS="$EMACS" || make test-batch EMACS="$EMACS" )
$EMACS --version && ( test "$EMACS" != "emacs22" && make test EMACS="$EMACS" || make test-batch EMACS="$EMACS" )

###
### settings
Expand Down

0 comments on commit b27d407

Please sign in to comment.