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 fbe9515 commit e0a6f89Copy full SHA for e0a6f89
.travis.yml
@@ -14,14 +14,15 @@ env:
14
- TRANSPORT=doctrine_dbal
15
16
before_script:
17
+ - echo "memory_limit = 1024M" >> travis.php.ini
18
+ - phpenv config-add travis.php.ini
19
- composer self-update
20
- cp app/config/phpcr_${TRANSPORT}.yml.dist app/config/phpcr.yml
21
- cp app/config/parameters.yml.dist app/config/parameters.yml
22
- ./app/tests/travis_${TRANSPORT}.sh
23
- app/console doctrine:phpcr:workspace:create sandbox_test
24
- app/console doctrine:phpcr:repository:init -e=test
25
-
26
script: phpunit -c app
27
28
notifications:
0 commit comments