[ticket/273] Add script for modifying phpunit-mysqli-travis.xml

B3P-273
This commit is contained in:
Marc Alexander
2014-06-28 12:48:36 +02:00
parent 6d66f85a5c
commit 3728b87360
3 changed files with 22 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ install:
- sh -c "if [ '$COVERALLS' != '0' ]; then ../board3/Board3-Portal/travis/prepare-coveralls.sh $DB $TRAVIS_PHP_VERSION; fi"
- travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH
- travis/setup-phpbb.sh $DB $TRAVIS_PHP_VERSION
- sh -c "if [ '$COVERALLS' != '0' ]; then ../board3/Board3-Portal/travis/prepare-coverage.sh $DB $TRAVIS_PHP_VERSION; fi"
before_script:
- travis/setup-database.sh $DB $TRAVIS_PHP_VERSION