aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-webserver.sh
Commit message (Collapse)AuthorAgeFilesLines
* [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/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
* [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