lack/.travis.yml

19 lines
474 B
YAML
Raw Normal View History

2015-03-07 04:28:37 +09:00
language: common-lisp
2015-05-28 13:38:46 +03:00
sudo: required
2015-03-07 04:28:37 +09:00
env:
matrix:
2015-03-19 10:20:32 +09:00
- LISP=sbcl COVERALLS=true
2015-03-07 04:28:37 +09:00
- LISP=ccl
install:
2015-06-09 05:57:23 +09:00
# Install Roswell
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
2015-06-09 05:57:23 +09:00
before_script:
- git clone https://github.com/fukamachi/clack ~/lisp/clack
2015-06-09 17:30:19 +09:00
- git clone https://github.com/fukamachi/cl-coveralls $TRAVIS_BUILD_DIR/quicklisp/local-projects/cl-coveralls
2015-05-29 17:18:03 +09:00
2015-03-07 04:28:37 +09:00
script:
- COVERAGE_EXCLUDE=t/ ./run-test.ros t-*.asd