Closed penberg closed 10 years ago
Definitely, will do tomorrow before end of day.
@penberg Travis CI is integrated now. Thanks for the pointer. Going forward, it could be interesting if Denarius was a top-level Github project with several admins, but I have no experience with that.
Something like this, right?
https://github.com/libtrading/
You first need to create a new Github organization called denarius:
https://github.com/organizations/new
and then transfer your denarius.git repository to the organization:
https://help.github.com/articles/how-to-transfer-a-repository
That's it!
Travis CI looks good. I'm closing this issue!
I think Denarius deserves a Travis CI setup that compiles and runs tests on multiple JDK versions.
Unfortunately, only repository owner can set it up. Here's documentation how to do that for Clojure projects:
http://docs.travis-ci.com/user/languages/clojure/