From a0498b52457f1306e94b95e123f3bb5d112a98ee Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 30 Jan 2014 23:33:07 +0100 Subject: [PATCH] Disabled Travis builds for the branch to avoid duplicated builds --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c0c786d4..2cc6e56eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ sudo: false php: [5.3, 5.4, 5.5, 5.6, hhvm] +branches: + except: + - '2-architecture-changes' + cache: directories: - $HOME/.composer/cache