From 9e9c32b6d6f17f4dda10ceffe34d5fc9f4d4ff91 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 6 Mar 2013 17:30:58 -0500 Subject: Only build 3.0.x, 3.1.x and master branches --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3