From e51937f1e8489199ab8075500db12f71137f7c61 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 17 Aug 2012 09:55:20 +1200 Subject: [PATCH] Exclude a few branches from running in Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index cc35f88a0..595684269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,9 @@ before_script: script: - phpunit -c phpunit.xml.dist + +branches: + except: + - translation-staging + - 2.4 +