coen-hyde / Shanty-Mongo

Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Other
200 stars 52 forks source link

Setup Travis CI for Shanty-Mongo #76

Closed jwpage closed 12 years ago

jwpage commented 12 years ago

I've already added a .travis.yml Travis CI build configuration. You can see it working here on my fork: http://travis-ci.org/#!/jwpage/Shanty-Mongo/builds/996348

This being the canonical repository, all you (Coen) need to do is log into Travis CI and switch it on for this project. When that's done, you're up and running with Travis CI.

jwpage commented 12 years ago

Closing this issue. The .travis.yml is there if anyone wants to set up CI on their own fork (as I shall do!)

coen-hyde commented 12 years ago

I merged this about a month ago but there had been no pushes since for it to pickup on. It's passing tests.

http://travis-ci.org/#!/coen-hyde/Shanty-Mongo

jwpage commented 12 years ago

Oh sweet, thanks for that. :)