Commit Graph

107 Commits

Author SHA1 Message Date
Ralf Becker
131b087efc run install-cli twice, to update composer installed apps 2020-07-13 19:54:33 +02:00
nathangray
f8c8dd1496 Removing composer.lock causes Travis errors. Trying just updating collabora. 2020-03-10 10:48:34 -06:00
nathangray
df1b99824d Try removing composer.lock to make sure we get latest version of collabora 2020-03-10 10:32:46 -06:00
Ralf Becker
7283d33a93 fold Apache error.log and ignored PHP syntax errors, plus remove some warnings 2020-03-05 11:53:26 +01:00
Ralf Becker
afacffa69b use domain from phpunix.xml and output Apache error.log so diagnose PHP errors in requests 2020-03-05 11:23:58 +01:00
Ralf Becker
63b69d77d0 fix typo 2020-03-05 10:31:15 +01:00
Ralf Becker
5154bc2f70 fix warnings, if headers are already sent, eg. in phpUnit/Travis 2020-03-05 10:23:29 +01:00
Ralf Becker
5e592b09a1 remove .htaccess file stalling start of Apache with php-fpm 2020-03-05 09:32:46 +01:00
Ralf Becker
3d5143334c try figuring out whats wrong with Apache 2020-03-05 09:24:24 +01:00
Ralf Becker
1e303413eb try figuring out whats wrong with Apache 2020-03-05 09:05:27 +01:00
Ralf Becker
8b48255886 trying to figure out whats wrong 2020-03-04 23:53:07 +01:00
Ralf Becker
314a949450 trying to figure out whats wrong 2020-03-04 23:38:40 +01:00
Ralf Becker
6a11eed84b updating commit-hashes trying to fix Collabora not latest version 2020-03-04 23:17:16 +01:00
Ralf Becker
83afa8ba49 try figuring out why Travis fails 2020-03-04 23:03:56 +01:00
Ralf Becker
b448f9a021 adding phpUnit 8.x as dev-requirement and try staring Apache in Travis for CalDAV tests 2020-03-04 22:43:09 +01:00
Ralf Becker
44d9fcc790 Revert "* CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar"
This reverts commit 4c6e41d479.
2020-03-04 19:16:50 +01:00
Ralf Becker
78fe939b00 Revert "better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8"
This reverts commit 55a0c2b6bc.
2020-03-04 19:16:37 +01:00
Ralf Becker
55a0c2b6bc better/quicker use setUpBeforeClass to create accounts and update to phpUnit 8 2020-03-04 18:46:47 +01:00
Ralf Becker
4c6e41d479 * CalDAV/OutlookSynchronizer: reject invitations when client deletes then without appropriate rights in his calendar 2020-03-04 16:58:38 +01:00
Ralf Becker
47c5a25841 trying to fix Travis builds (using default mysql service instead of failing MariaDB:10.0 addon) 2020-02-03 18:06:15 +01:00
Ralf Becker
dffc6080e2 passing --ignore-platform-reqs also to install-cli.php to fix failing composer install 2019-06-17 15:57:31 +02:00
Ralf Becker
ed1d328a71 using --ignore-platform-reqs when installing phpunit/phpunit:~7 2019-06-17 12:36:09 +02:00
Ralf Becker
c3a1d83dba replace myrepos with install-cli.php in Travis 2019-02-23 12:33:32 +01:00
Ralf Becker
435d680248 remove PHP master/8.0 from tests and 7.3 from allow_failure 2019-02-09 09:43:04 +01:00
Ralf Becker
f36ffc1a44 allow PHP 7.3 to fail in Travis
as pear.php.net is down and it has no cache with missing PEAR packages yet :(
2019-02-07 22:31:59 +01:00
Ralf Becker
e684269e53 remove PHP 5.6 not supported in master 2019-02-07 17:20:13 +01:00
Ralf Becker
f9c3006805 7.3 seems not yet to be available in Travis 2018-10-18 11:28:56 +02:00
Ralf Becker
de1dacb7b4 trying to fix build problems with master and probably 7.3 2018-10-18 11:27:34 +02:00
Ralf Becker
960beebb81 fixing PHP 7.0 and adding 7.3 2018-10-18 11:23:16 +02:00
Ralf Becker
65f0891693 updating phpUnit versions
we previously used 6.3 for everything but PHP 5.6, now we (try) to use latest 6 for 7.0, and latest 7 for 7.1+ incl. master who errors with 6.3
2018-10-18 11:13:11 +02:00
nathangray
fcce5500ed Turn off debug for tests 2018-05-03 11:14:58 -06:00
nathangray
a6cb4e99de Turn on debug for tests 2018-05-03 09:50:29 -06:00
Ralf Becker
6db1513a6a remove PHP 7.2 from allowed failures and handle master like all 7 versions
(to fix missing PHP Unit)
2018-04-09 16:12:23 +02:00
nathangray
66738e21c3 Give demo user an email 2017-10-26 09:07:49 +02:00
Ralf Becker
1fc4120743 add a php -i output 2017-10-19 09:27:20 +02:00
nathangray
bbba2ef042 Remove trusty, we no longer do HHVM 2017-10-18 18:50:03 +02:00
Sebastian Bergmann
5798db38d6 Clean up and allow PHP 7.2 and PHP 7.3 to fail 2017-10-17 12:37:33 +02:00
Ralf Becker
2fbe184b1b add an admin user "demo" with password "guest" to run test requiring login 2017-10-17 12:23:25 +02:00
Ralf Becker
c8ed37ad0b enabling MariaDB installation again in Travis 2017-10-17 12:03:39 +02:00
Sebastian Bergmann
877180defe Update build configuration
* Test with PHP 7.2 and PHP 7.3
* Do not test with HHVM
2017-10-17 11:57:00 +02:00
Ralf Becker
a40659f6aa try with PHPunit 5.7 for Travis default HHVM 2017-08-18 13:20:11 +02:00
Ralf Becker
c73f84c484 install PHPunit for HHVM too 2017-08-18 12:35:48 +02:00
Ralf Becker
baa4b2e455 get Travis to use our Composer installed PHPunit and not it's old default one 2017-08-18 12:24:45 +02:00
Ralf Becker
f0a07528dc Travis reports PHP 7.0 as "7" and therefore did not install PHPunit version we required 2017-08-18 12:11:14 +02:00
Ralf Becker
191d6aec45 support PHPunit 6.0+ and older 5.7 for PHP 5.6 2017-08-18 11:45:10 +02:00
Ralf Becker
7e416b12f4 use PHPunit 5.7 for PHP 5.6 and current PHPunit for everything else 2017-08-18 10:56:38 +02:00
Ralf Becker
c244e72017 set required PHP version for master/17.1 to 5.6, recommended version to 7.0 and add 7.1 to Travis checks 2017-08-18 10:22:52 +02:00
nathangray
1a713dbb06 Use PHPUnit directly for tests 2017-02-07 09:36:16 -07:00
Ralf Becker
001e2ca4d5 disable MariaDB install as it fails after some changes in Travis environment 2016-12-08 15:34:00 +01:00
Ralf Becker
2aae52e90e disable PostgreSQL install as it fails in Travis
with Fatal error: Call to unimplemented native function pg_set_client_encoding
2016-10-27 16:49:21 +02:00