From e81ae466654ca1cd8297a6aed723ad55a3b926bd Mon Sep 17 00:00:00 2001 From: gheber Date: Sat, 13 Feb 2016 10:39:39 -0600 Subject: [PATCH] Added ECL to the list of compilers Build #5 was clean after commenting out two tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4f17f84..0714b50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ branches: env: matrix: - LISP=sbcl + - LISP=ecl install: - if [ -x ./install.sh ] && head -2 ./install.sh | grep '^# cl-travis' > /dev/null;