Skip to content

Commit

Permalink
Fix for string quoting issue in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 28, 2018
1 parent cbc890e commit 378e273
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ install:
# Install Quicklisp
- wget https://beta.quicklisp.org/quicklisp.lisp
- sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql::without-prompting (ql:add-to-init-file))' --eval '(quit)'
- |
cat >> ~/.sbclrc <<EOF
(dolist (dir (directory (merge-pathnames "*/" *default-pathname-defaults*)))
(pushnew dir asdf:*central-registry* :test #'equal))
EOF
- echo '(dolist (dir (directory (merge-pathnames "*/" *default-pathname-defaults*))) (pushnew dir asdf:*central-registry* :test #\'equal))' >> ~/.sbclrc

script:
- sbcl --eval '(ql:quickload :lispbuilder-sdl-examples)' --eval '(quit)'

0 comments on commit 378e273

Please sign in to comment.