From 2b93a8aa8853a5bc0e013a8531083ffb5538bd7d Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Wed, 22 Jul 2015 11:38:42 +0200 Subject: [PATCH] Switch to sionescu/cl-travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcc882a..2fd42d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ notifications: install: - if [ "$LISP" = "allegro" ]; then sudo apt-get install libc6-dev-i386 libffi-dev:i386; fi - sudo ./install-repo.bash - - curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh + - curl -L https://github.com/sionescu/cl-travis/raw/master/install.sh | sh - cl -e "(cl:in-package :cl-user) (dolist (p '(:trivial-features :cffi :split-sequence :idna :bordeaux-threads :swap-bytes :uiop :fiveam)) -- 2.11.4.GIT