jenkins-bot has submitted this change and it was merged. Change subject: Travis CI: Drop 5.3 as a build target ......................................................................
Travis CI: Drop 5.3 as a build target On second thought, I'd really much rather only target hhvm-nightly for now. On the one hand, this is monopolizing / hijacking .travis.yml to a specific Wikimedia project (HHVM deployment), but on the other hand, it's a big enough project, so I'd like to ask you (dear reviewer) to consider it, as a short-term arrangement. There are things like IRC notifications, overall build status, etc. that are scoped to all configured builds and having 5.3 in there adds noise. It also sows confusion about where we run our tests. People should really turn to Jenkins for 5.3 testing. I think we're in the final couple of months of hardcore sprinting on HHVM. I wouldn't mind opening this up after. Change-Id: I0131667135ef3ca75d01ac5645dbc89bda306d98 --- M .travis.yml 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Hoo man: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml index 4e03068..64075f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ php: - hhvm-nightly - - 5.3 services: - mysql -- To view, visit https://gerrit.wikimedia.org/r/140869 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0131667135ef3ca75d01ac5645dbc89bda306d98 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
