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