diff options
Diffstat (limited to 'travis/phpunit-mysql-travis.xml')
-rw-r--r-- | travis/phpunit-mysql-travis.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml index 807dfbcdaa..79215c8de1 100644 --- a/travis/phpunit-mysql-travis.xml +++ b/travis/phpunit-mysql-travis.xml @@ -16,6 +16,12 @@ </testsuite> </testsuites> + <groups> + <exclude> + <group>slow</group> + </exclude> + </groups> + <php> <const name="dbms" value="mysqli"/> <const name="dbhost" value="0.0.0.0" /> |