From 49a001f52703b583319ec128d568c29661b860c2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 8 Jan 2017 22:33:16 +0100 Subject: [PATCH] [ticket/690] Run tests against phpBB 3.2.x branch B3P-690 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8132f922..9e49afcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,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="master" + - PHPBB_BRANCH="3.2.x" branches: except: