hygieia / hygieia

CapitalOne DevOps Dashboard
http://hygieia.github.io/hygieia
Apache License 2.0
3.79k stars 1.8k forks source link

Travis CI support #597

Open analytically opened 8 years ago

analytically commented 8 years ago

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

jimzucker commented 8 years ago

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

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

analytically commented 8 years ago

That doesn't seem related to Travis-CI?

amitmawkin commented 8 years ago

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..

analytically commented 8 years ago

Care to provide an example?

tabladrum commented 8 years ago

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/