SpotiByeAds icon indicating copy to clipboard operation
SpotiByeAds copied to clipboard

Travis CI support

Open analytically opened this issue 8 years ago • 5 comments

GitHub's almost default CI is Travis CI (http://travis-ci.com/) - does Hygieia integrate with it?

analytically avatar May 26 '16 20:05 analytically

yes, take a look at the details on this pull request you will see the travis build.

https://github.com/capitalone/Hygieia/pull/411

jimzucker avatar May 26 '16 20:05 jimzucker

That doesn't seem related to Travis-CI?

analytically avatar May 26 '16 20:05 analytically

if you mean whether we have collector for Travis CI, we don't as we provide collectors for the tools we are using . But it should be very easy to write one, as our data model is very generic and not tied to any build tools..

amitmawkin avatar May 26 '16 20:05 amitmawkin

Care to provide an example?

analytically avatar May 26 '16 20:05 analytically

We currently do not have collectors for Travis CI. It will be good to create travis webhook though. https://docs.travis-ci.com/user/notifications/

tabladrum avatar May 30 '16 16:05 tabladrum