geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 516 forks source link

chore: fix ci geoip conflicts #985

Closed atymic closed 5 years ago

atymic commented 5 years ago

This PR adds an extra helper command GEOIP_EXT_REMOVE to remove the geoip extension once the test that requires it has run.

This is needed because there are other tests that require it's not installed.

For more info, see #983

cc @jbelien

Closes #983