summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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