1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 18:23:00 +02:00

[ticket/10981] Modified travis to use composer with --dev

PHPBB3-10981
This commit is contained in:
Fyorl 2012-07-16 18:07:20 +01:00
parent 7a412f846a
commit 74074994ba

View File

@ -15,6 +15,9 @@ before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS phpbb_tests;'; fi"
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then pear install --force phpunit/DbUnit; else pyrus install --force phpunit/DbUnit; fi"
- phpenv rehash
- cd phpBB
- php ../composer.phar install --dev
- cd ..
script:
- phpunit --configuration travis/phpunit-$DB-travis.xml