We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705808e commit 5527012Copy full SHA for 5527012
.travis.yml
@@ -11,6 +11,13 @@ matrix:
11
- php: hhvm-nightly
12
13
before_script:
14
+ - wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
15
+ - gunzip GeoLiteCity.dat.gz
16
+ - sudo mkdir -p /usr/share/GeoIP
17
+ - sudo mv GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat
18
+ - sudo apt-get install -y --force-yes libgeoip-dev
19
+ - pecl install geoip
20
+ - echo "extension=geoip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
21
- composer self-update
22
- composer install --dev --prefer-dist --no-interaction
23
0 commit comments