X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;h=0f8766c223168801cbb2ef6617892dc5e22577b3;hb=5c8699f151207953f4029e0fc6c488afce99f756;hp=03b4b901f079e0e6ea9eb876a20c6ed43008fd7f;hpb=43bbc274299e58d2f4a6e0b05e5366ca5e2900ae;p=clnl 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