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

Commit 7570a63

Browse files
committed
Disable memory limit
1 parent bfcafd9 commit 7570a63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ matrix:
3232
- env: SYMFONY_VERSION=3.0.*
3333
fast_finish: true
3434

35-
before_install: composer self-update
35+
before_install:
36+
- composer self-update
37+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3638

3739
install: composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3840

0 commit comments

Comments
 (0)