Skip to content

Commit 3f7629a

Browse files
committed
add sudo
1 parent 69e3575 commit 3f7629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ before_script:
44
- pushd sbcl-1.2.6-x86-64-linux/ && sudo bash install.sh && popd
55
- curl -O -L http://beta.quicklisp.org/quicklisp.lisp
66
- sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(quit)'
7-
- apt-get install -y pandoc
7+
- sudo apt-get install -y pandoc
88
script:
99
- make

0 commit comments

Comments
 (0)