Skip to content

Commit

Permalink
Travis: Now the right fix for indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 28, 2018
1 parent adf2267 commit 188c788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -19,10 +19,10 @@ install:
- 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
cat >> ~/.sbclrc <<EOF
(dolist (dir (directory (merge-pathnames "*/" *default-pathname-defaults*)))
(pushnew dir asdf:*central-registry* :test #'equal))
EOF
- cat ~/.sbclrc

script:
Expand Down

0 comments on commit 188c788

Please sign in to comment.