Skip to content

Commit e518ece

Browse files
committed
Change core package to install for testing
1 parent a4c1385 commit e518ece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ notifications:
2424
install:
2525
- >
2626
export TYPO3_PATH_WEB=$PWD/.Build/Web;
27-
composer require typo3/minimal="$TYPO3_VERSION" $PREFER_LOWEST;
28-
# composer require --dev typo3/testing-framework="$TESTING_FRAMEWORK";
27+
composer require typo3/cms-core="$TYPO3_VERSION" $PREFER_LOWEST;
28+
# if [ ! -z "$TESTING_FRAMEWORK" ]; then composer require --dev typo3/testing-framework="$TESTING_FRAMEWORK"; fi;
2929
git checkout composer.json;
3030
3131
before_script:

0 commit comments

Comments
 (0)