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 a1871ac commit ea6a323Copy full SHA for ea6a323
.travis.yml
@@ -30,6 +30,8 @@ env:
30
31
before_install:
32
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
33
+ # hack to avoid segmentation fault because of https://bugs.php.net/bug.php?id=74843
34
+ - if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then echo "zend.enable_gc = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
35
- phpenv config-rm xdebug.ini || true
36
- composer self-update
37
0 commit comments