Project Update: Travis CI Integrated; HipTest in-progress

As part of my effort to integrate HipTest, I’ve integrated TravisCI which was not that difficult, using their tutorial. Right now it logs when I create a new push, but it does not build anything; that will change once I’ve integrated HipTest, which will run the automated tests after every push.

The issue I’m seeing now is that it seems HipTest requires that the step definitions be organized how they want it; in one file, step_definitions.rb. I’ve had it originally split per section (Footer, Header, Blogs, etc.). So I’m considering creating another repository for a “HipTest” version, or finding a way to have the current local testing version, as well as the HipTest version, in one repository (per language).