eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Use travis.ci for automated testing #18

Closed eudoxia0 closed 9 years ago

eudoxia0 commented 9 years ago

Synopsis

Travis is free, works off a file on GitHub, and can be used for Common Lisp projects with a little customization. A good starting point would be the .travis.yml file of the cl-travis project, which has code for building different implementations, and pgloader's .travis.yml which sets up different database systems.

Implementation

  1. Just take some time off to write the file