File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 66 - 5.6
77 - hhvm-nightly
88
9- matrix :
10- allow_failures :
11- - php : hhvm-nightly
12-
139before_script :
14- - sudo apt-get install -y --force-yes libgeoip-dev
15- - pecl install geoip
10+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then sudo apt-get install -y --force-yes libgeoip-dev; fi'
11+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then pecl install geoip; fi'
1612 - composer self-update
1713 - composer install --dev --prefer-dist --no-interaction
1814
Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "geoip2/geoip2" : " ~0.6" ,
21- "symfony/stopwatch" : " ~2.5" ,
22- "ext-geoip" : " *"
21+ "symfony/stopwatch" : " ~2.5"
2322 },
2423 "suggest" : {
2524 "ext-geoip" : " Enabling the geoip extension allows you to use the MaxMindProvider." ,
You can’t perform that action at this time.
0 commit comments