File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ branches:
4545 - /^release-.*$/
4646
4747install :
48- - travis_retry composer install --dev --no-interaction --prefer-source
4948 - travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
5049 - cd ../../phpBB3
5150 - travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH
5251 - travis/setup-phpbb.sh $DB $TRAVIS_PHP_VERSION
52+ - ../phpbb-extensions/googleanalytics/travis/prepare-epv.sh $EPV $DB $TRAVIS_PHP_VERSION
5353
5454before_script :
5555 - travis/setup-database.sh $DB $TRAVIS_PHP_VERSION
@@ -58,4 +58,4 @@ script:
5858 - sh -c "if [ '$SNIFF' != '0' ]; then travis/ext-sniff.sh $DB $TRAVIS_PHP_VERSION $EXTNAME; fi"
5959 - sh -c "if [ '$IMAGE_ICC' != '0' ]; then travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION; fi"
6060 - phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/travis/phpunit-$DB-travis.xml --bootstrap ./tests/bootstrap.php
61- - sh -c "if [ '$EPV' != '0' ] && [ '$TRAVIS_PHP_VERSION' = '5.3.3 ' ] && [ '$DB' = 'mysqli' ]; then phpBB/ext/$EXTNAME /vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'; fi"
61+ - sh -c "if [ '$EPV' != '0' ] && [ '$TRAVIS_PHP_VERSION' = '5.5 ' ] && [ '$DB' = 'mysqli' ]; then phpBB/vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'; fi"
Original file line number Diff line number Diff line change 3939 "composer/installers" : " ~1.0"
4040 },
4141 "require-dev" : {
42- "phing/phing" : " 2.4.*" ,
43- "phpbb/epv" : " dev-master"
42+ "phing/phing" : " 2.4.*"
4443 },
4544 "extra" : {
4645 "display-name" : " Google Analytics" ,
You can’t perform that action at this time.
0 commit comments