Skip to content

Commit

Permalink
Minor adjustment to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderestivo committed Jul 21, 2019
1 parent 918fb42 commit 23e3fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -39,8 +39,9 @@ before_script:

script:
- echo "Attempting startup..."
- echo "Changing working directory to \"~/.emacs.d\""
- echo "Changing working directory to \"~/.emacs.d\"..."
- cd ~/.emacs.d
- echo $PWD
- git submodule init && git submodule update && git submodule foreach --recursive git checkout master
- emacs -nw --batch --eval='(let ((debug-on-error (>= emacs-major-version 26))
(url-show-status nil)
Expand Down

0 comments on commit 23e3fe3

Please sign in to comment.