From: Ori Livneh Date: Thu, 19 Jun 2014 23:29:56 +0000 (-0700) Subject: Travis CI: Drop 5.3 as a build target X-Git-Tag: 1.31.0-rc.0~15326^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=420f55ad976a4929fdc9b1eff9ed2b6044c633d6;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/.travis.yml b/.travis.yml index 4e03068768..64075f1da2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ language: php php: - hhvm-nightly - - 5.3 services: - mysql