denarius-exchange / denarius

An open-source financial exchange
Other
35 stars 5 forks source link

Travis CI #9

Closed penberg closed 10 years ago

penberg commented 10 years ago

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/

analyticbastard commented 10 years ago

Definitely, will do tomorrow before end of day.

analyticbastard commented 10 years ago

@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.

penberg commented 10 years ago

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!

penberg commented 10 years ago

Travis CI looks good. I'm closing this issue!