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 283d799 commit 69e3575Copy full SHA for 69e3575
.travis.yml
@@ -0,0 +1,9 @@
1
+before_script:
2
+- curl -O -L http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.6-x86-64-linux-binary.tar.bz2
3
+- tar xjf sbcl-1.2.6-x86-64-linux-binary.tar.bz2
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
8
+script:
9
+- make
0 commit comments