mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
* Run unit tests in CI on Windows too * Install::test_check_mime_extensions() has no mime.types on Windows * Fix sqlite test DB path and unlink for Windows * Fix rcube::exec() testing for Windows * Prevent git EOL conversion for tests/ * Fix test_rtf2text test for text with CRLF * run E2E tests on one php version only
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
# prevent git EOL conversion
|
|
/src/sql/*.sql -text
|
|
/src/format-flowed.txt -text
|
|
/src/format-flowed-unfolded.txt -text
|
|
*.php eol=lf
|