Skip to content

Commit 09decfd

Browse files
committed
simplify travis-ci config
1 parent 8b380cd commit 09decfd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ matrix:
1111
- php: hhvm-nightly
1212

1313
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
1814
- sudo apt-get install -y --force-yes libgeoip-dev
1915
- pecl install geoip
20-
- echo "extension=geoip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2116
- composer self-update
2217
- composer install --dev --prefer-dist --no-interaction
2318

0 commit comments

Comments
 (0)