aboutsummaryrefslogtreecommitdiffstats
path: root/travis
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5751 from AlfredoRamos/ticket/16235Marc Alexander2019-12-121-3/+2
|\ | | | | | | [ticket/16235] Fix PHP CodeSniffer ignore patterns
| * [ticket/16235] Fix PHP CodeSniffer ignore patternsAlfredo Ramos2019-11-281-3/+2
| | | | | | | | PHPBB3-16235
* | [ticket/16223] Use register_php_extension instead of echorubencm2019-11-261-1/+1
| | | | | | | | PHPBB3-16223
* | [ticket/16223] Do not use install_php_extension for memcachedMarc Alexander2019-11-251-1/+1
| | | | | | | | PHPBB3-16223
* | [ticket/16223] Use install_php_extensions for installing memcachedMarc Alexander2019-11-251-1/+1
| | | | | | | | PHPBB3-16223
* | [ticket/16223] Add memcached config and PHP extensionMarc Alexander2019-11-254-0/+6
| | | | | | | | PHPBB3-16223
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-221-4/+0
|\ \
| * | [ticket/16217] Enable opcache on travis tests againMarc Alexander2019-11-221-3/+0
| | | | | | | | | | | | PHPBB3-16217
* | | [ticket/16216] Ignore not being able to disable xdebugMarc Alexander2019-11-221-1/+1
| | | | | | | | | | | | PHPBB3-16216
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-221-0/+2
|\ \ \ | |/ /
| * | [ticket/16216] Disable xdebug on travisMarc Alexander2019-11-221-0/+2
| | | | | | | | | | | | PHPBB3-16216
* | | [ticket/12574] Fix incorrect setup() method declaration & ldap extensionMarc Alexander2019-11-161-1/+1
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Don't add extension to php config & set default usernameMarc Alexander2019-11-161-1/+0
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Run LDAP test as slow test and install ldap extensionMarc Alexander2019-11-161-1/+1
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-5/+41
| | | | | | | | | | | | | | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* | | [ticket/12574] Introduce files for LDAP testing on travisMarc Alexander2019-11-163-0/+46
| |/ |/| | | | | PHPBB3-12574
* | [ticket/16185] Add mysql, postgresql to services and use mariadb 10.1Marc Alexander2019-10-191-2/+3
| | | | | | | | | | | | Updated GPG key signature according to mariadb documentation. PHPBB3-16185
* | [ticket/16185] Use /mode for -perm when checking executablesMarc Alexander2019-10-191-2/+2
| | | | | | | | | | | | The +mode notation is no longer supported and has been deprecated since 2005. PHPBB3-16185
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-1/+1
| | | | | | | | PHPBB3-16051
* | [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-10/+3
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Remove no longer needed or supported phpunit configsMarc Alexander2019-05-095-62/+8
| | | | | | | | PHPBB3-14948
* | [ticket/15295] Restore tests on mysql and myisamMatt Friedman2019-05-081-1/+1
| | | | | | | | PHPBB3-15295
* | [ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed)Matt Friedman2019-05-061-1/+1
| | | | | | | | PHPBB3-14761
* | [ticket/14670] Do not backup static attributesMarc Alexander2019-05-065-5/+5
|/ | | | | | | This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670
* [ticket/15935] Don't install APCu if it's already installedAlec2019-01-131-4/+7
| | | | | | | Travis fails when the APCu install fails due to it already being installed A check is added here to make sure that it does nothing in that case PHPBB3-15935
* [ticket/15924] Switch back to installing mariadb from 3rd party repoMarc Alexander2019-01-012-0/+59
| | | | PHPBB3-15924
* [ticket/15924] Enable APCu extensionMarc Alexander2019-01-011-0/+10
| | | | PHPBB3-15924
* [ticket/15924] Install apc via pecl and remove nginx config checkMarc Alexander2018-12-312-2/+1
| | | | PHPBB3-15924
* [ticket/15924] Switch to trusty build environmentMarc Alexander2018-12-313-61/+5
| | | | PHPBB3-15924
* [ticket/15499] Remove HHVM from Travis build matrixDerky2018-01-062-34/+21
| | | | PHPBB3-15499
* [ticket/14684] Add and use $NOTESTS for ext-sniff.shMatt Friedman2016-06-191-1/+2
| | | | PHPBB3-14684
* Merge pull request #4193 from marc1706/ticket/14497Tristan Darricau2016-03-251-15/+7
|\ | | | | | | | | | | | | | | | | | | [ticket/14497] Support second app.php script in install folder * marc1706/ticket/14497: [ticket/14497] Do not check for doctype on index and use correct return [ticket/14497] Add test for visiting installer [ticket/14497] Use nginx sample config in travis tests [ticket/14497] Support second app.php script in install folder
| * [ticket/14497] Use nginx sample config in travis testsMarc Alexander2016-03-051-15/+7
| | | | | | | | PHPBB3-14497
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-111-1/+1
|\ \ | |/ |/| | | | | * 3.1.x: [ticket/14529] Stop using --prefer-source for composer
| * [ticket/14529] Stop using --prefer-source for composerMarc Alexander2016-03-111-1/+1
| | | | | | | | | | | | | | The api rate limit has been removed by github. Therefore, we no longer need --prefer-source PHPBB3-14529
* | [ticket/14478] Remove no longer required shell scriptMarc Alexander2016-02-142-17/+0
| | | | | | | | PHPBB3-14478
* | [ticket/14281] Add install/phpbbcli.php to executable files listMarc Alexander2015-11-101-1/+1
| | | | | | | | PHPBB3-14281
* | Merge branch '3.1.x'Marc Alexander2015-10-141-0/+3
|\ \ | |/ | | | | | | Conflicts: .travis.yml
| * [ticket/14236] Disable Opcache on Travis when running the testsTristan Darricau2015-10-141-0/+3
| | | | | | | | PHPBB3-14236
* | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-047-10/+21
| | | | | | | | PHPBB3-14205
* | Merge branch '3.1.x'Nicofuma2015-05-041-1/+1
|\ \ | |/
| * Merge pull request #3564 from VSEphpbb/ticket/13516Nicofuma2015-05-041-1/+1
| |\ | | | | | | | | | [ticket/13516] Do not search ICC profiles in extension vendors
| | * [ticket/13516] Update image search scriptMatt Friedman2015-05-041-1/+1
| | | | | | | | | | | | PHPBB3-13516
| | * [ticket/13516] Do not search ICC profiles in extension vendorsMatt Friedman2015-04-281-1/+1
| | | | | | | | | | | | PHPBB3-13516
* | | Merge branch '3.1.x'Nicofuma2015-05-031-3/+0
|\ \ \ | |/ /
| * | [ticket/13809] Perform the lint test prior to normal testsJoas Schilling2015-05-031-3/+0
| | | | | | | | | | | | PHPBB3-13809
* | | Merge branch '3.1.x'Tristan Darricau2015-05-021-9/+1
|\ \ \ | |/ /
| * | 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/13599] Remove Travis CI PHP 5.2 environment. No longer supported.Andreas Fischer2015-02-122-66/+0
| | | | | | | | | | | | PHPBB3-13599