diff options
| -rw-r--r-- | .travis.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a1ecedac4..1a584add86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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  | 
