Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/218323
Change subject: Add more php tests to travis ...................................................................... Add more php tests to travis * Add php test for php 5.4, 5.5, 5.6 and 7. Change-Id: I004b4a8bdbd19b7796f97e04024557abbf8b0f27 --- M .travis.yml 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/23/218323/1 diff --git a/.travis.yml b/.travis.yml index 512d735..26dfd98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ php: - hhvm-nightly - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7 env: - dbtype=mysql -- To view, visit https://gerrit.wikimedia.org/r/218323 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I004b4a8bdbd19b7796f97e04024557abbf8b0f27 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
