Skip to content

Commit e0a6f89

Browse files
committed
increase memory limit to make travis tests pass on 5.3
1 parent fbe9515 commit e0a6f89

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
@@ -14,14 +14,15 @@ env:
1414
- TRANSPORT=doctrine_dbal
1515

1616
before_script:
17+
- echo "memory_limit = 1024M" >> travis.php.ini
18+
- phpenv config-add travis.php.ini
1719
- composer self-update
1820
- cp app/config/phpcr_${TRANSPORT}.yml.dist app/config/phpcr.yml
1921
- cp app/config/parameters.yml.dist app/config/parameters.yml
2022
- ./app/tests/travis_${TRANSPORT}.sh
2123
- app/console doctrine:phpcr:workspace:create sandbox_test
2224
- app/console doctrine:phpcr:repository:init -e=test
2325

24-
2526
script: phpunit -c app
2627

2728
notifications:

0 commit comments

Comments
 (0)