1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/11337] Run functional tests on travis using nginx and php-fpm.

PHPBB3-11337
This commit is contained in:
Andreas Fischer
2013-01-22 19:54:48 +01:00
parent 9a0992f6a0
commit dee1b38ebc
4 changed files with 56 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ before_script:
- cd phpBB
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then php ../composer.phar install --dev; fi"
- cd ..
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then travis/setup-webserver.sh; fi"
script:
- phpunit --configuration travis/phpunit-$DB-travis.xml