This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
language : php
17
17
18
18
php :
19
- - 7.1
19
+ - " 7.1"
20
20
21
21
sudo : false
22
22
@@ -26,12 +26,12 @@ cache:
26
26
- $HOME/.composer/cache/files
27
27
28
28
env :
29
- matrix : SYMFONY_VERSION=4.0.*
29
+ matrix : SYMFONY_VERSION=" 4.0.*"
30
30
global :
31
31
- SYMFONY_DEPRECATIONS_HELPER="0"
32
32
- 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"
35
35
36
36
matrix :
37
37
include :
@@ -53,7 +53,10 @@ before_install:
53
53
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
54
54
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
55
55
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
57
60
script :
58
61
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
59
62
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