relevance / diametric

Diametric is a library for building schemas, queries, and transactions for Datomic from Ruby objects.
MIT License
169 stars 28 forks source link

Make integration specs run on travis-ci #5

Closed avescodes closed 12 years ago

avescodes commented 12 years ago

The specs that run when the INTEGRATION env variable is present should run on travis-ci. These specs currently require the datomic rest client to run, so you will need to experiment with writing a ci script that can download, extract and run the datomic rest client (or whatever approach works...).