Travis CI: Drop 5.3 as a build target
authorOri Livneh <ori@wikimedia.org>
Thu, 19 Jun 2014 23:29:56 +0000 (16:29 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 19 Jun 2014 23:29:56 +0000 (16:29 -0700)
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

.travis.yml

index 4e03068..64075f1 100644 (file)
@@ -10,7 +10,6 @@ language: php
 
 php:
   - hhvm-nightly
-  - 5.3
 
 services:
   - mysql