aboutsummaryrefslogtreecommitdiffstats
path: root/travis
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13599] Remove Travis CI PHP 5.2 environment. No longer supported.Andreas Fischer2015-02-122-66/+0
| | | | PHPBB3-13599
* [ticket/13523] Install PHPUnit manually instead of from PEAR.Andreas Fischer2015-01-201-0/+22
| | | | | | The pear.phpunit.de channel has been shut down in 2014. PHPBB3-13523
* [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
* Merge pull request #2282 from bantu/ticket/12384Joas Schilling2014-05-281-4/+0
|\ | | | | | | | | | | | | [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL. * bantu/ticket/12384: [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
| * [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/12485] Broken tests due to absolute excludeNicofuma2014-05-034-10/+54
|/ | | | PHPBB3-12485
* [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-262-7/+7
| | | | PHPBB3-11970
* [ticket/11970] Add set -x to Travis setup scripts.Andreas Fischer2013-10-262-0/+2
| | | | | | Output is hidden by Travis by default and this will allow easier debugging. PHPBB3-11970
* [ticket/11920] Pin MariaDB repository to avoid conflicts with Ubuntu MySQL.Andreas Fischer2013-10-251-1/+11
| | | | PHPBB3-11920
* [ticket/11920] Print MariaDB version after successful setup.Andreas Fischer2013-10-161-0/+2
| | | | PHPBB3-11920
* [ticket/11920] Manually purge mysql-common.Andreas Fischer2013-10-161-0/+3
| | | | PHPBB3-11920
* [ticket/11920] Have to use empty root password otherwise db creation fails.Andreas Fischer2013-10-152-1/+8
| | | | PHPBB3-11920
* [ticket/11920] Add MariaDB environment to Travis-CI.Andreas Fischer2013-10-152-0/+67
| | | | PHPBB3-11920
* [ticket/11823] Set up nginx server to match PHP files with characters after .phpDavid King2013-09-021-1/+1
| | | | PHPBB3-11823
* [ticket/11726] Don't run lint tests on Travis on postgresNathan Guse2013-07-221-3/+0
| | | | PHPBB3-11726
* [ticket/11668] Move lint test to the end for travisIgor Wiedler2013-07-122-0/+8
| | | | PHPBB3-11668
* [ticket/11337] Abort setup-webserver.sh script when an error occurs.Andreas Fischer2013-01-231-0/+1
| | | | PHPBB3-11337
* [ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise.Andreas Fischer2013-01-232-2/+2
| | | | | | | There is no php-fpm for PHP 5.3.3. Make sure PHP version is at least 5.3.19, which is what 5.3 is currently aliased to. 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-233-0/+55
| | | | PHPBB3-11337
* [ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.Andreas Fischer2012-12-042-0/+2
| | | | PHPBB3-11240
* [ticket/10492] Skip functional tests on PHP 5.2 on travisNils Adermann2012-05-112-0/+8
| | | | PHPBB3-10492
* [ticket/10723] Stop Travis running all tests on sqliteMichael Cullum2012-03-232-14/+14
| | | | | | Correct information so all tests don't run on sqlite PHPBB3-10723
* [task/travis] Exclude functional and slow testsMichael Cullum2012-03-222-0/+12
| | | | PHPBB3-10718
* [task/travis] Some more small travis fixesMichael Cullum2012-03-221-1/+1
| | | | PHPBB3-10718
* [task/travis] Rename travis phpunit config filesMichael Cullum2012-03-222-0/+0
| | | | PHPBB3-10718
* [task/travis] Adding Travis Continuous Intergration SupportMichael Cullum2012-03-222-0/+58
PHPBB3-10718