]> granicus.if.org Git - php/commitdiff
Exclude Travis build for 5.3 and 5.4
authorNikita Popov <nikic@php.net>
Thu, 28 Mar 2013 17:40:57 +0000 (18:40 +0100)
committerNikita Popov <nikic@php.net>
Thu, 28 Mar 2013 17:40:57 +0000 (18:40 +0100)
.travis.yml

index a375a359dd1585262b9cf37a440e821fb247ae6e..f1a333adcb3e6c35f3fe19c27fbd7a28d99fe7de 100644 (file)
@@ -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