I have written a server for my diary application and I want to deploy it on Heroku, only after it goes through Travis CI where it’s unit test will be run.
The point is my application also depends upon a working version of mongodb.
Has anyone does this github-travis-heroku setup before? Any resource or project you would recommend to study?