7 # - LISP=abcl # Need to have cl-travis install JNA
22 - "chat.freenode.net#iolib"
29 - if [ "$LISP" = "allegro" ]; then sudo apt-get install libc6-dev-i386 libffi-dev:i386; fi
30 - sudo ./install-repo.bash
31 - curl -L https://raw.githubusercontent.com/sionescu/cl-travis/master/install.sh | sh
32 - cl -e "(cl:in-package :cl-user)
33 (dolist (p '(:trivial-features :cffi :split-sequence :idna
34 :bordeaux-threads :swap-bytes :uiop :fiveam))
35 (ql:quickload p :verbose t))"
38 - cl -e "(cl:in-package :cl-user)
39 (asdf:load-system :iolib.tests :verbose t)
40 (uiop:quit (if (some (lambda (x) (typep x '5am::test-failure))