aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-webserver.sh
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15924] Install apc via pecl and remove nginx config checkMarc Alexander2018-12-311-1/+0
| | | | PHPBB3-15924
* [ticket/15924] Switch to trusty build environmentMarc Alexander2018-12-311-2/+5
| | | | PHPBB3-15924
* [ticket/15499] Remove HHVM from Travis build matrixDerky2018-01-061-33/+20
| | | | PHPBB3-15499
* [ticket/14497] Use nginx sample config in travis testsMarc Alexander2016-03-051-15/+7
| | | | PHPBB3-14497
* Merge branch '3.0.x' into 3.1.xTristan Darricau2015-05-021-9/+1
|\
| * [ticket/13792] Use hhvm instead of manually installing nightlys for nowMarc Alexander2015-05-011-9/+1
| | | | | | | | | | | | | | Nightly builds are currently not supported because packages for precise no longer exist and travis is still running on it. PHPBB3-13792
* | [ticket/12954] Correctly setup PATH_INFO on Travis CI.Andreas Fischer2014-08-091-2/+5
| | | | | | | | PHPBB3-12954
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-191-0/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/12741] Change the mode of the socket file
| * [ticket/12741] Change the mode of the socket fileTristan Darricau2014-06-191-0/+1
| | | | | | | | | | | | | | Since php 5.4.29, by default, php-fpm creates the socket with the 0600 mode instead of 0666. PHPBB3-12741
| * [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.Andreas Fischer2014-04-121-4/+0
| | | | | | | | | | | | HHVM MySQLi has been fixed and works for us now. PHPBB3-12384
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-4/+0
|\ \ | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | [ticket/12592] Make hhvm run MySQL again.Andreas Fischer2014-05-261-4/+0
| |/ | | | | | | PHPBB3-12592
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-2/+7
|/ | | | PHPBB3-12594
* [ticket/12320] Install a nightly build of HHVM.Andreas Fischer2014-04-101-1/+1
| | | | PHPBB3-12320
* [ticket/12318] Revert "Pin HHVM version to 3.0.0~precise."Andreas Fischer2014-04-031-2/+1
| | | | | | | | This reverts commit f6614f2078740675ca0228b348500991888c2140 as the install command started failing with "Version '3.0.0~precise' for 'hhvm' was not found" in the meantime. PHPBB3-12318
* [ticket/12318] Use MySQL instead of MySQLi for now on HHVM.Andreas Fischer2014-03-301-0/+4
| | | | PHPBB3-12318
* [ticket/12318] Pin HHVM version to 3.0.0~precise.Andreas Fischer2014-03-301-1/+2
| | | | PHPBB3-12318
* [ticket/12318] Always install new config file on HHVM upgrade conflict.Andreas Fischer2014-03-301-1/+1
| | | | PHPBB3-12318
* [ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.Andreas Fischer2014-03-301-0/+6
| | | | PHPBB3-12318
* [ticket/12318] Upgrade to a recent stable version of HHVM.Andreas Fischer2014-03-301-0/+3
| | | | PHPBB3-12318
* [ticket/12318] Correctly setup HHVM for functional tests.Andreas Fischer2014-03-301-29/+40
| | | | PHPBB3-12318
* [ticket/11970] Make apt-get less quiet.Andreas Fischer2013-10-261-2/+2
| | | | PHPBB3-11970
* [ticket/11970] Add set -x to Travis setup scripts.Andreas Fischer2013-10-261-0/+1
| | | | | | Output is hidden by Travis by default and this will allow easier debugging. PHPBB3-11970
* [ticket/11823] Set up nginx server to match PHP files with characters after .phpDavid King2013-09-021-1/+1
| | | | PHPBB3-11823
* [ticket/11337] Abort setup-webserver.sh script when an error occurs.Andreas Fischer2013-01-231-0/+1
| | | | PHPBB3-11337
* [ticket/11337] Silence nginx config file writing.Andreas Fischer2013-01-231-1/+1
| | | | PHPBB3-11337
* [ticket/11337] php-fpm.conf is no longer owned by root.Andreas Fischer2013-01-231-1/+1
| | | | PHPBB3-11337
* [ticket/11337] Run functional tests on travis using nginx and php-fpm.Andreas Fischer2013-01-231-0/+53
PHPBB3-11337