summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2013-03-28 18:40:57 +0100
committerNikita Popov <nikic@php.net>2013-03-28 18:40:57 +0100
commitfecce5a55f132f4cd83ae46a29baca82043130d1 (patch)
tree5b5ffa7f029b94007175a6cfaa958a097122edc7
parent46ee57f2d77671bdb13819f71b43b60ca571221b (diff)
downloadphp-git-fecce5a55f132f4cd83ae46a29baca82043130d1.tar.gz
Exclude Travis build for 5.3 and 5.4
-rw-r--r--.travis.yml9
1 files 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