File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ matrix:
2323 env : TYPO3_VERSION=^6.2
2424 - php : 5.5
2525 env : TYPO3_VERSION=^6.2
26- - php : 5.4
27- env : TYPO3_VERSION=^6.2
28- - php : 5.3
29- env : TYPO3_VERSION=^6.2
3026
3127notifications :
3228 email :
@@ -74,12 +70,12 @@ after_script:
7470 echo -e "Preparing upload of release ${TRAVIS_TAG} to TER\n"
7571 curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.4/lib/travis-after-all.js | node
7672 if [ $? -eq 0 ]; then
77- composer require --dev namelesscoder/typo3-repository- client:^1.2.0
73+ composer require --dev helhum/ter- client
7874 # Cleanup before we upload
7975 git reset --hard HEAD && git clean -fx
8076
8177 TAG_MESSAGE=`git tag -n10 -l $TRAVIS_TAG | sed 's/^[0-9.]*[ ]*//g'`
8278 echo "Uploading release ${TRAVIS_TAG} to TER"
83- .Build/bin/upload . "$TYPO3_ORG_USERNAME" "$TYPO3_ORG_PASSWORD" "$TAG_MESSAGE"
79+ .Build/bin/upload typoscript_rendering . -u "$TYPO3_ORG_USERNAME" -p "$TYPO3_ORG_PASSWORD" -m "$TAG_MESSAGE"
8480 fi;
8581 fi;
You can’t perform that action at this time.
0 commit comments