Skip to content

Commit 0a4ce0c

Browse files
committed
Disable memory limit
1 parent 31aa89c commit 0a4ce0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ matrix:
3737
env: SYMFONY_VERSION=3.0.*
3838

3939
before_install:
40-
- composer self-update || true
40+
- composer self-update
4141

4242
install:
43+
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
4344
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
4445
- composer update --prefer-source $COMPOSER_FLAGS
4546

0 commit comments

Comments
 (0)