diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-27 16:09:13 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-27 23:00:04 +0100 |
commit | b753e7631bd318a1f428d8925dec64693879fd0d (patch) | |
tree | f02f3ace2f9958f7068cd2a37ed52a8697e0d1f0 /tests/travis/custom.ini | |
parent | 4d87276f4be55419189fb23d3c3c13f00c19f006 (diff) | |
download | nextcloud-server-b753e7631bd318a1f428d8925dec64693879fd0d.tar.gz nextcloud-server-b753e7631bd318a1f428d8925dec64693879fd0d.zip |
Enable DAV app testing on travis
Diffstat (limited to 'tests/travis/custom.ini')
-rw-r--r-- | tests/travis/custom.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/travis/custom.ini b/tests/travis/custom.ini new file mode 100644 index 00000000000..7a2c0aab426 --- /dev/null +++ b/tests/travis/custom.ini @@ -0,0 +1,4 @@ +always_populate_raw_post_data = -1 +mbstring.func_overload = 0 +default_charset = 'UTF-8' +output_buffering = off |