diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-06 17:30:58 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-06 17:30:58 -0500 |
commit | 9e9c32b6d6f17f4dda10ceffe34d5fc9f4d4ff91 (patch) | |
tree | fa0610439337179186d0a919a2fb47b2ec2f5bf6 /.travis.yml | |
parent | f9939e282bc79ef6e7ac3c81c80897c3d76270b9 (diff) |
Only build 3.0.x, 3.1.x and master branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |