Skip to content

Commit dc05c10

Browse files
committed
Merge pull request #59 from VSEphpbb/update-epv
Update EPV
2 parents 8e32136 + 5274fbe commit dc05c10

4 files changed

Lines changed: 29 additions & 407 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ branches:
4545
- /^release-.*$/
4646

4747
install:
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

5454
before_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"

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
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",

0 commit comments

Comments
 (0)