From 1d494162cf32e0737ebe8f7fca5a88f9f82203e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 16:13:19 +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 c0e8eff8..6c671b4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=stable10 matrix: - DB=sqlite