From fecce5a55f132f4cd83ae46a29baca82043130d1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 28 Mar 2013 18:40:57 +0100 Subject: Exclude Travis build for 5.3 and 5.4 --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- cgit v1.2.1