Skip to content

Commit

Permalink
Change argument of --eval to be only one form
Browse files Browse the repository at this point in the history
  • Loading branch information
ofosos committed Oct 30, 2018
1 parent aae3b79 commit 7c88443
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 @@ -15,5 +15,5 @@ script:
- git clone --depth 1 https://code.orgmode.org/bzg/org-mode.git
- (cd org-mode && make autoloads)
- emacs --version
- emacs -q -no-site-file -no-init-file --eval "(add-to-list 'load-path \"./org-mode/lisp\")(require 'org)" -batch -f batch-byte-compile ox-epub.el
- emacs -q -no-site-file -no-init-file --eval "(add-to-list 'load-path \"./org-mode/lisp\")" --eval "(require 'org)" -batch -f batch-byte-compile ox-epub.el
- rm ox-epub.elc

0 comments on commit 7c88443

Please sign in to comment.