32 - "chat.freenode.net#iolib"
39 - curl -L https://raw.githubusercontent.com/lispci/cl-travis/master/install.sh | sh
42 - cl -e "(cl:in-package :cl-user)
43 (prin1 (lisp-implementation-type)) (terpri) (prin1 (lisp-implementation-version)) (terpri)
44 (ql:quickload :bordeaux-threads/test :verbose t)
45 (5am:run! :bordeaux-threads)
47 (if (5am:run! :bordeaux-threads-2) 0 -1))"