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 f3217c3 commit 0691639Copy full SHA for 0691639
.travis.yml
@@ -50,6 +50,8 @@ before_install:
50
- if [[ ! $skip ]]; then echo date.timezone = Europe/Paris >> $INI_FILE; fi
51
- if [[ ! $skip ]]; then echo memory_limit = -1 >> $INI_FILE; fi
52
- if [[ ! $skip ]]; then echo session.gc_probability = 0 >> $INI_FILE; fi
53
+ - if [[ ! $skip ]]; then echo opcache.enable_cli = 1 >> $INI_FILE; fi
54
+ - if [[ ! $skip ]]; then echo hhvm.jit = 0 >> $INI_FILE; fi
55
- if [[ ! $skip && $PHP = 5.* ]]; then echo extension = mongo.so >> $INI_FILE; fi
56
- if [[ ! $skip && $PHP = 5.* ]]; then echo extension = memcache.so >> $INI_FILE; fi
57
- if [[ ! $skip && $PHP = 5.* ]]; then (echo yes | pecl install -f apcu-4.0.11 && echo apc.enable_cli = 1 >> $INI_FILE); fi
0 commit comments