Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

.travis.yml 421B

1234567891011121314151617181920212223
  1. language: common-lisp
  2. sudo: false
  3. env:
  4. global:
  5. - PATH=~/.roswell/bin:$PATH
  6. - ROSWELL_INSTALL_DIR=$HOME/.roswell
  7. matrix:
  8. - LISP=sbcl-bin
  9. - LISP=ccl-bin
  10. install:
  11. - curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
  12. - ros install prove
  13. cache:
  14. directories:
  15. - $HOME/.roswell
  16. - $HOME/.config/common-lisp
  17. script:
  18. - run-prove coleslaw-test.asd