8000 minor #21915 [travis] Disable HHVM JIT - makes tests twice as fast (n… · symfony/symfony@bdebb71 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdebb71

Browse files
minor #21915 [travis] Disable HHVM JIT - makes tests twice as fast (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [travis] Disable HHVM JIT - makes tests twice as fast | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 0691639 [travis] Disable HHVM JIT - makes tests twice as fast
2 parents f3217c3 + 0691639 commit bdebb71

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)
0