From fbf101d0ff0992b665b71083c2e2bb36292de8f4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 11 Jun 2014 16:30:57 +0200 Subject: [PATCH] [ticket/261] Use correct branch for tests and use code and icc sniffer B3P-261 --- .travis.yml | 6 +++--- travis/prepare-phpbb.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e57c61a..1dc3f617 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,9 @@ matrix: env: global: - EXTNAME="board3/portal" - - SNIFF="0" # Should we run code sniffer on your code? - - IMAGE_ICC="0" # Should we run icc profile sniffer on your images? - - PHPBB_BRANCH="ticket/12483" # - PHPBB_BRANCH="develop-ascraeus" + - SNIFF="1" # Should we run code sniffer on your code? + - IMAGE_ICC="1" # Should we run icc profile sniffer on your images? + - PHPBB_BRANCH="develop-ascraeus" branches: except: diff --git a/travis/prepare-phpbb.sh b/travis/prepare-phpbb.sh index a5782e9c..01770ad6 100755 --- a/travis/prepare-phpbb.sh +++ b/travis/prepare-phpbb.sh @@ -21,4 +21,4 @@ cp -R . ../../tmp cd ../../ # Clone phpBB -git clone --depth=1 "git://github.com/nickvergessen/phpbb.git" "phpBB3" --branch=$BRANCH +git clone --depth=1 "git://github.com/phpbb/phpbb.git" "phpBB3" --branch=$BRANCH