Skip to content

Commit 0691639

Browse files
[travis] Disable HHVM JIT - makes tests twice as fast
1 parent f3217c3 commit 0691639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ before_install:
5050
- if [[ ! $skip ]]; then echo date.timezone = Europe/Paris >> $INI_FILE; fi
5151
- if [[ ! $skip ]]; then echo memory_limit = -1 >> $INI_FILE; fi
5252
- 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
5355
- if [[ ! $skip && $PHP = 5.* ]]; then echo extension = mongo.so >> $INI_FILE; fi
5456
- if [[ ! $skip && $PHP = 5.* ]]; then echo extension = memcache.so >> $INI_FILE; fi
5557
- 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

Comments
 (0)