8000 Merge branch '2.7' into 2.8 · lex111/symfony@d59c9c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d59c9c7

Browse files
Merge branch '2.7' into 2.8
* 2.7: [travis] Disable HHVM JIT - makes tests twice as fast
2 parents 6568a76 + bdebb71 commit d59c9c7

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