From de0733bb00e83b8a1e33e096eb1d1e213482451b 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 a0034cca0..2fd14be3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ matrix: allow_failures: - php: nightly +branches: + except: + - '2-architecture-changes' + cache: directories: - $HOME/.composer/cache