Skip to content

Commit

Permalink
Fix clone path in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxia0 committed Mar 20, 2015
1 parent bd015e1 commit 559d402
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 @@ -8,7 +8,7 @@ install:
# Install cl-travis
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash
# Clone the latest common-doc
- git clone https://github.com/CommonDoc/common-doc.git quicklisp/local-projects/common-doc
- git clone https://github.com/CommonDoc/common-doc.git ~/lisp/common-doc

script:
- cl -e '(ql:quickload :fiveam)'
Expand Down

0 comments on commit 559d402

Please sign in to comment.