Skip to content
Snippets Groups Projects
Commit a8849381 authored by Philipp Gampe's avatar Philipp Gampe Committed by Ernesto Baschny
Browse files

[TASK] Change phpunit repository url for travis

Resolves: #55366
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Change-Id: Ia90d7c85f81828bd23275b7fa4017ee74a758ad6
Reviewed-on: https://review.typo3.org/27074
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny
parent 1b15a7e2
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ before_script:
installPhpModule -y memcache
installPhpModule redis
mv build-environment/typo3conf .
git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3v4/Extensions/phpunit.git typo3conf/ext/phpunit/
git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3CMS/Extensions/phpunit.git typo3conf/ext/phpunit/
mkdir fileadmin
mkdir uploads
mkdir typo3temp
......@@ -44,7 +44,7 @@ before_script:
- >
if [[ "$FUNCTIONALTESTS" == "1" ]]; then
mv build-environment/typo3conf .
git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3v4/Extensions/phpunit.git typo3conf/ext/phpunit/
git clone --single-branch --branch master --depth 1 git://git.typo3.org/TYPO3CMS/Extensions/phpunit.git typo3conf/ext/phpunit/
mkdir typo3temp
fi
......@@ -66,4 +66,4 @@ script:
./typo3conf/ext/phpunit/Composer/vendor/bin/phpunit -c typo3/sysext/core/Build/FunctionalTests.xml
else
exit 1
fi
\ No newline at end of file
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment