From 5e12e3e496037d03293197539e0b1a0c4a7e4ea8 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Wed, 22 Jul 2015 11:40:28 +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 97e3f93..3a3e0a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ notifications: skip_join: true install: - - 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 '(:fiveam)) (ql:quickload p :verbose t))" -- 2.11.4.GIT