Skip to content

Commit 91ecefe

Browse files
committed
working on travis optimization
1 parent 3f7629a commit 91ecefe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# sudo: false
2+
addons:
3+
apt:
4+
sources:
5+
- pandoc
16
before_script:
27
- curl -O -L http://prdownloads.sourceforge.net/sbcl/sbcl-1.2.6-x86-64-linux-binary.tar.bz2
38
- tar xjf sbcl-1.2.6-x86-64-linux-binary.tar.bz2
49
- pushd sbcl-1.2.6-x86-64-linux/ && sudo bash install.sh && popd
510
- curl -O -L http://beta.quicklisp.org/quicklisp.lisp
611
- sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(quit)'
7-
- sudo apt-get install -y pandoc
812
script:
9-
- make
13+
- sbcl --script ./run-ci.sh

0 commit comments

Comments
 (0)