From 5b6b6740ca04da8e41a32dbd2f7453cdb0822726 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 26 Feb 2015 17:08:00 +0100 Subject: [PATCH] [ticket/483] Use phpBB's 3.1.x branch for travis builds B3P-483 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ff068bf..170af899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ env: - COVERAGE="1" # Should we send coverage? - EPV="1" # Should we run EPV (Extension Pre Validator) on your code? - SPELLCHECK="1" # Should the php files be checked for obvious spelling errors? - - PHPBB_BRANCH="develop-ascraeus" + - PHPBB_BRANCH="3.1.x" branches: except: