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 6
6
- 5.6
7
7
- hhvm-nightly
8
8
9
- matrix :
10
- allow_failures :
11
- - php : hhvm-nightly
12
-
13
9
before_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'
16
12
- composer self-update
17
13
- composer install --dev --prefer-dist --no-interaction
18
14
Original file line number Diff line number Diff line change 18
18
},
19
19
"require-dev" : {
20
20
"geoip2/geoip2" : " ~0.6" ,
21
- "symfony/stopwatch" : " ~2.5" ,
22
- "ext-geoip" : " *"
21
+ "symfony/stopwatch" : " ~2.5"
23
22
},
24
23
"suggest" : {
25
24
"ext-geoip" : " Enabling the geoip extension allows you to use the MaxMindProvider." ,
You can’t perform that action at this time.
0 commit comments