Jeroen De Dauw has submitted this change and it was merged. Change subject: Fix to paths in travis config ......................................................................
Fix to paths in travis config Change-Id: I95ecc8d52b161bd4acdb8fdc1a0eb759f8086239 --- M .travis.sh 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved diff --git a/.travis.sh b/.travis.sh index e8fee3c..8788770 100644 --- a/.travis.sh +++ b/.travis.sh @@ -23,6 +23,6 @@ echo 'require_once( __DIR__ . "/extensions/Wikibase/repo/Wikibase.php" );' >> LocalSettings.php echo 'require_once( __DIR__ . "/extensions/Wikibase/repo/ExampleSettings.php" );' >> LocalSettings.php -php /maintenance/update.php --quick +php maintenance/update.php --quick -php /tests/phpunit/phpunit.php --group Wikibase \ No newline at end of file +php tests/phpunit/phpunit.php --group Wikibase \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/68723 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I95ecc8d52b161bd4acdb8fdc1a0eb759f8086239 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
