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

Commit 62aacbc

Browse files
committed
use composer constant
1 parent 3537b94 commit 62aacbc

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
@@ -33,6 +33,7 @@ env:
3333
- KERNEL_CLASS=Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Fixtures\App\Kernel
3434
- SYMFONY_PHPUNIT_VERSION=5.7
3535
- TEST_INSTALLATION=false
36+
- COMPOSER_MEMORY_LIMIT=-1
3637

3738
matrix:
3839
include:
@@ -56,7 +57,7 @@ before_install:
5657
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5758
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5859

59-
install: travis_wait php -d memory_limit=-1 composer --prefer-source $COMPOSER_FLAGS
60+
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
6061

6162
script:
6263
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

0 commit comments

Comments
 (0)