From facdccd6c7f58248ee3731b77f7b3277236864a7 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 28 Dec 2013 23:36:10 +0100 Subject: [PATCH] [update/travis] Do not test branches that don't support testing --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3b07f48..73e62115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,11 @@ env: - DB=mysql - DB=postgres +branches: + except: + - master + - develop-1_0_X + before_script: # checkout phpBB and move your extension in place - cd ../../