atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
226 stars 118 forks source link

Add Travis CI Integration for Running Tests #348

Closed pfreitag closed 7 years ago

pfreitag commented 7 years ago

Hi,

This adds support for Travis CI integration. It is currently working, and runnings your tests on ACF10, 11, 2016 and Lucee 4.5 and 5 - however the tests do not all pass. This is also using TestBox's MXUnit support to run the tests, so that might also cause some issues with running the tests.

pfreitag commented 7 years ago

As you can see Travis ran the tests on this pull request.

You can see the results for each engine here: https://travis-ci.org/atuttle/Taffy/builds/284318094

To see the output of the test runner for a specific engine (Lucee 4.5): https://travis-ci.org/atuttle/Taffy/jobs/284318095#L648

atuttle commented 7 years ago

Awesome, thanks @pfreitag! Hopefully someone can step up to fix some broken tests. Definitely a step in the right direction.