8000 merged branch pborreli/fix-travis (PR #6039) · symfony/symfony@5d1ce89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d1ce89

Browse files
committed
merged branch pborreli/fix-travis (PR #6039)
This PR was merged into the master branch. Commits ------- 9843d29 Fix PHP 5.4 segfault Discussion ---------- Fix travis PHP 5.4 segfault This is a well known issue : https://bugs.php.net/bug.php?id=53976 https://bugs.php.net/bug.php?id=51091
2 parents a5aed62 + 9843d29 commit 5d1ce89

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
@@ -9,3 +9,5 @@ before_script:
99
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
1010
- php src/Symfony/Component/Locale/Resources/data/build-data.php
1111
- export USE_INTL_ICU_DATA_VERSION=1
12+
13+
script: phpunit -dzend.enable_gc=0

0 commit comments

Comments
 (0)
0