OndraM / ci-detector

Detect continuous integration environment and get information of current build
MIT License
212 stars 12 forks source link

Allow simpler extension of CiDetector [BC break] #94

Closed OndraM closed 3 years ago

OndraM commented 3 years ago

Fixes #64 . This is BC break, because we change CiDetector to have final constructor.

Introduce new CiDetectorInterface, so that it can be easily extended by eg. decorator, like they do in Infection.