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 fd7feb6 commit 0c0dba6Copy full SHA for 0c0dba6
.travis.yml
@@ -56,7 +56,7 @@ before_install:
56
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
57
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
58
59
-install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
+install: travis_wait php -d memory_limit=-1 `which composer` update --prefer-dist $COMPOSER_FLAGS
60
61
script:
62
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
0 commit comments