Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/218324
Change subject: Add mariadb to test in travis ...................................................................... Add mariadb to test in travis Change-Id: I7ffe1fc7243e8e18e0e5a8ae9d32f41c60b0de2f --- M .travis.yml 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/24/218324/1 diff --git a/.travis.yml b/.travis.yml index 512d735..d2ec214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - dbtype=mysql + - dbtype=mariadb - dbtype=postgres # TODO: Travis CI's hhvm does not support PostgreSQL at the moment. @@ -24,6 +25,7 @@ services: - mysql + - mariadb branches: # Test changes in master, in Wikimedia's production and in arbitrary -- To view, visit https://gerrit.wikimedia.org/r/218324 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7ffe1fc7243e8e18e0e5a8ae9d32f41c60b0de2f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
