diff options
author | 2013-01-24 01:16:56 -0500 | |
---|---|---|
committer | 2013-01-24 01:16:56 -0500 | |
commit | 01607be42a1c8fe2964c0c19a23473ccb5162801 (patch) | |
tree | cf85d449f5db9695a5bf57e30d9fa454ac767535 /travis/phpunit-postgres-travis.xml | |
parent | Merge branch 'develop-olympus' into develop (diff) | |
parent | Merge PR #1201 branch 'bantu/ticket/11337' into develop-olympus (diff) | |
download | phpbb-01607be42a1c8fe2964c0c19a23473ccb5162801.tar.gz phpbb-01607be42a1c8fe2964c0c19a23473ccb5162801.tar.bz2 phpbb-01607be42a1c8fe2964c0c19a23473ccb5162801.zip |
Merge PR #1201 branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11337] Abort setup-webserver.sh script when an error occurs.
[ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise.
[ticket/11337] Silence nginx config file writing.
[ticket/11337] php-fpm.conf is no longer owned by root.
[ticket/11337] Run functional tests on travis using nginx and php-fpm.
Conflicts:
.travis.yml
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r-- | travis/phpunit-postgres-travis.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index a202ec4a36..a9062efafb 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -17,7 +17,7 @@ <exclude>tests/functional</exclude> </testsuite> <testsuite name="phpBB Functional Tests"> - <directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">../tests/functional</directory> + <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory> </testsuite> </testsuites> @@ -38,5 +38,6 @@ <server name="PHPBB_TEST_DBPASSWD" value="" /> <server name="PHPBB_TEST_REDIS_HOST" value="localhost" /> <server name="PHPBB_TEST_TABLE_PREFIX" value="phpbb_"/> + <server name="PHPBB_FUNCTIONAL_URL" value="http://localhost/" /> </php> </phpunit> |