Skip to content

Commit

Permalink
Use correct path to testing component
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jan 20, 2017
1 parent b9edc91 commit f44b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ script:
echo "Running unit tests";
if [[ "$TYPO3_VERSION" == "dev-master" ]];
then
.Build/bin/phpunit --colors -c components/testing_framework/core/Build/UnitTests.xml Tests/Unit/
.Build/bin/phpunit --colors -c .Build/vendor/typo3/cms/components/testing_framework/core/Build/UnitTests.xml Tests/Unit/
else
.Build/bin/phpunit --colors -c .Build/vendor/typo3/cms/typo3/sysext/core/Build/UnitTests.xml Tests/Unit/
fi

0 comments on commit f44b47c

Please sign in to comment.