File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ branches:
4646 - /^\d+(\.\d+)?\.x$/
4747
4848install :
49- - travis/prepare-phpbb.sh $EXTNAME $ PHPBB_BRANCH
49+ - travis/prepare-phpbb.sh $PHPBB_BRANCH
5050 - cd ../../phpBB3
5151 - travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH
5252 - travis/setup-phpbb.sh $DB $TRAVIS_PHP_VERSION $NOTESTS
Original file line number Diff line number Diff line change 1414EPV=$1
1515NOTESTS=$2
1616
17- if [ " $EPV " == " 1" -a " $NOTESTS " == " 1" ]
17+ if [ " $EPV " == " 1" ] && [ " $NOTESTS " == " 1" ]
1818then
1919 cd phpBB
2020 composer remove sami/sami --update-with-dependencies --dev --no-interaction
Original file line number Diff line number Diff line change 1111set -e
1212set -x
1313
14- EXTNAME=$1
15- BRANCH=$2
16- EXTPATH_TEMP=$3
14+ BRANCH=$1
1715
1816# Copy extension to a temp folder
1917mkdir ../../tmp
2018cp -R . ../../tmp
2119cd ../../
2220
2321# Clone phpBB
24- git clone --depth=1 " git://github.com/phpbb/phpbb.git" " phpBB3" --branch=$BRANCH
22+ git clone --depth=1 " git://github.com/phpbb/phpbb.git" " phpBB3" --branch=" $BRANCH "
You can’t perform that action at this time.
0 commit comments