👷 Add old MySQL 5.5 to Travis CI again.

The trusty distro contains MySQL 5.6. Add a precise distro with MySQL 5.5.
Unfortunately 5.7 is not yet provided, which would be interesting
because of the enabled strict SQL mode.
This commit is contained in:
Klaus Weidenbach
2017-01-27 21:56:21 +01:00
parent 8e80500ee6
commit cb2eee1d2e
3 changed files with 13 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
processIsolation="true"
processIsolation="false"
verbose="true">
<testsuite name="Hubzilla default Test Suite">
<directory suffix="Test.php">./unit/</directory>