[ticket/261] Use correct branch for tests and use code and icc sniffer

B3P-261
This commit is contained in:
Marc Alexander
2014-06-11 16:30:57 +02:00
parent 2665a07237
commit fbf101d0ff
2 changed files with 4 additions and 4 deletions

View File

@@ -30,9 +30,9 @@ matrix:
env: env:
global: global:
- EXTNAME="board3/portal" - EXTNAME="board3/portal"
- SNIFF="0" # Should we run code sniffer on your code? - SNIFF="1" # Should we run code sniffer on your code?
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images? - IMAGE_ICC="1" # Should we run icc profile sniffer on your images?
- PHPBB_BRANCH="ticket/12483" # - PHPBB_BRANCH="develop-ascraeus" - PHPBB_BRANCH="develop-ascraeus"
branches: branches:
except: except:

View File

@@ -21,4 +21,4 @@ cp -R . ../../tmp
cd ../../ cd ../../
# Clone phpBB # 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