summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-03-06 17:30:58 -0500
committerBharat Mediratta <bharat@menalto.com>2013-03-06 17:30:58 -0500
commit9e9c32b6d6f17f4dda10ceffe34d5fc9f4d4ff91 (patch)
treefa0610439337179186d0a919a2fb47b2ec2f5bf6 /.travis.yml
parentf9939e282bc79ef6e7ac3c81c80897c3d76270b9 (diff)
Only build 3.0.x, 3.1.x and master branches
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ccaaae19..d5cab28b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,12 @@ php:
- 5.4
- 5.5
+branches:
+ only:
+ - 3.0.x
+ - 3.1.x
+ - master
+
services:
- mysql