From 65e0660fa7b19e7afd5dcb6941a257ebfd73ece0 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Mon, 11 Nov 2019 10:59:30 -0500 Subject: [PATCH] Remove testing of less common Lisps. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b85816a..60f5d9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,12 +12,7 @@ env: - LISP=abcl - LISP=ccl - LISP=clisp - - LISP=allegro - LISP=cmucl - - LISP=sbcl32 - - LISP=ccl32 - - LISP=clisp32 - # - LISP=ecl -- This hangs for some reason install: - curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh