Skip to content

Commit bf6947e

Browse files
authored
Merge pull request #47 from helhum/travis-remove-old-php
2 parents 16f4de5 + 85dad6f commit bf6947e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3127
notifications:
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;

0 commit comments

Comments
 (0)