From 72a8f25d6c2a2323753be860085b17ebe8a92f57 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 16:15:58 +0200 Subject: [PATCH] Update the env.global.CORE_BRANCH setting in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f68e702f1..158dd42f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable10 - APP_NAME=notifications matrix: - DB=sqlite