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 db69723 commit 33b49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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 33b49d4

Please sign in to comment.