Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/239096
Change subject: Travis: Take phpunit into account when determining the build status ...................................................................... Travis: Take phpunit into account when determining the build status Right now only phpcs (composer test) is being taken into account for that. Change-Id: I0c15188df9fa8016398ec5899d0d7e2e94889eec --- M build/travis/script.sh 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/96/239096/1 diff --git a/build/travis/script.sh b/build/travis/script.sh index 6ec4de6..4028391 100755 --- a/build/travis/script.sh +++ b/build/travis/script.sh @@ -2,10 +2,10 @@ set -x -cd ../phase3/tests/phpunit +cd ../phase3/tests/phpunit && -php phpunit.php --group Wikibase,Purtle +php phpunit.php --group Wikibase,Purtle && -cd ../../extensions/Wikibase +cd ../../extensions/Wikibase && composer test -- To view, visit https://gerrit.wikimedia.org/r/239096 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c15188df9fa8016398ec5899d0d7e2e94889eec Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
