Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9386c69

Browse files
committed
Disable memory limit
1 parent f2fb052 commit 9386c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
env: SYMFONY_VERSION=2.6.*
2727

2828
before_script:
29+
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
2930
- composer selfupdate
3031
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3132
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh

0 commit comments

Comments
 (0)