From: Nikita Popov Date: Thu, 28 Mar 2013 17:40:57 +0000 (+0100) Subject: Exclude Travis build for 5.3 and 5.4 X-Git-Tag: php-5.4.15RC1~43^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fecce5a55f132f4cd83ae46a29baca82043130d1;p=php Exclude Travis build for 5.3 and 5.4 --- diff --git a/.travis.yml b/.travis.yml index a375a359dd..f1a333adcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: php -php: - # We only specify one version so we only get one worker - - 5.4 +branches: + except: + - /^PHP-5\.3.*/ + - /^PHP-5\.4.*/ notifications: email: false - -script: exit 0