We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e3575 commit 3f7629aCopy full SHA for 3f7629a
.travis.yml
@@ -4,6 +4,6 @@ before_script:
4
- pushd sbcl-1.2.6-x86-64-linux/ && sudo bash install.sh && popd
5
- curl -O -L http://beta.quicklisp.org/quicklisp.lisp
6
- sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(quit)'
7
-- apt-get install -y pandoc
+- sudo apt-get install -y pandoc
8
script:
9
- make
0 commit comments