X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=.travis.yml;h=0f8766c223168801cbb2ef6617892dc5e22577b3;hp=03b4b901f079e0e6ea9eb876a20c6ed43008fd7f;hb=5c8699f151207953f4029e0fc6c488afce99f756;hpb=471de83db1aee70065808cbc061867e3320bf4b7 diff --git a/.travis.yml b/.travis.yml index 03b4b90..0f8766c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ addons: before_install: - export DISPLAY=:99.0 - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24 + - wget http://frank.kank.net/travissbcl/clnl/ee78f42/$(git rev-parse HEAD)/travissbcl + - chmod +x travissbcl script: - - deps/travissbcl --script bin/travis.lisp + - ./travissbcl --script bin/travis.lisp