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 a4c1385 commit e518eceCopy full SHA for e518ece
1 file changed
.travis.yml
@@ -24,8 +24,8 @@ notifications:
24
install:
25
- >
26
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";
+ composer require typo3/cms-core="$TYPO3_VERSION" $PREFER_LOWEST;
+ # if [ ! -z "$TESTING_FRAMEWORK" ]; then composer require --dev typo3/testing-framework="$TESTING_FRAMEWORK"; fi;
29
git checkout composer.json;
30
31
before_script:
0 commit comments