This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1616language : php
1717
1818php :
19- - 7.1
19+ - " 7.1"
2020
2121sudo : false
2222
@@ -26,12 +26,12 @@ cache:
2626 - $HOME/.composer/cache/files
2727
2828env :
29- matrix : SYMFONY_VERSION=4.0.*
29+ matrix : SYMFONY_VERSION=" 4.0.*"
3030 global :
3131 - SYMFONY_DEPRECATIONS_HELPER="0"
3232 - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
33- - KERNEL_CLASS=Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel
34- - SYMFONY_PHPUNIT_VERSION=5.7.26
33+ - KERNEL_CLASS=" Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel"
34+ - SYMFONY_PHPUNIT_VERSION=" 5.7.26"
3535
3636matrix :
3737 include :
@@ -53,7 +53,10 @@ before_install:
5353 - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5454 - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5555
56- install : travis_wait composer update --prefer-dist $COMPOSER_FLAGS
56+ install :
57+ - phpenv config-add travis.php.ini
58+ - php -ini | grep memory_limit
59+ - travis_wait composer update --prefer-dist $COMPOSER_FLAGS
5760script :
5861 - if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
5962
Original file line number Diff line number Diff line change 1+ memory_limit = -1
You can’t perform that action at this time.
0 commit comments