Use Roswell for testing.

This commit is contained in:
Eitaro Fukamachi 2015-06-09 01:26:10 +09:00
parent 4bc4617dbd
commit 7c287063a4

View file

@ -7,14 +7,13 @@ env:
- LISP=ccl
install:
# Install cl-travis
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/travis-install.sh | sh
before_script:
- git clone https://github.com/fukamachi/clack ~/lisp/clack
script:
- cl -l prove -l cl-coveralls
- ros -s prove -s cl-coveralls
-e '(or (coveralls:with-coveralls (:exclude "t")
(loop for file in (uiop:directory-files (uiop:ensure-directory-pathname (uiop:getenv "TRAVIS_BUILD_DIR")))
when (and (string= (pathname-type file) "asd")