File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
- 5.3
6
6
- 5.4
7
7
- 5.5
8
+ - hhvm
9
+
10
+ matrix :
11
+ allow_failures :
12
+ - php : hhvm
8
13
9
14
services : mongodb
10
15
11
16
before_script :
12
17
- sudo apt-get install parallel
13
- - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
18
+ - sh -c 'if [ $(php -r "echo (int) defined("HHVM_VERSION");") -eq 0 ]; then echo "" >> " ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini"; fi;'
14
19
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15
20
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
16
21
- echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
You can’t perform that action at this time.
0 commit comments