Commit:    fecce5a55f132f4cd83ae46a29baca82043130d1
Author:    Nikita Popov <ni...@php.net>         Thu, 28 Mar 2013 18:40:57 +0100
Parents:   46ee57f2d77671bdb13819f71b43b60ca571221b
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=fecce5a55f132f4cd83ae46a29baca82043130d1

Log:
Exclude Travis build for 5.3 and 5.4

Changed paths:
  M  .travis.yml


Diff:
diff --git a/.travis.yml b/.travis.yml
index a375a35..f1a333a 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to