Continuous integration - Hivefication/Hive GitHub Wiki

###Travis CI Build Status

For testing and validating our API we used the continuous delivery platform Travis CI for open source project. Travis allow us to run our validation test every time we push some code on GitHub, here is the link to our projet on Travis.

###Testing To write the validation test we used Vows, an asynchronous BDD framework for Node.js.
We used the plugin APIeasy on top of Vows to make the testing of the RESTful API easier.
We only written few validation test yet as an exemple.