Merge remote-tracking branch 'github-unknownbliss/task/travis' into develop-olympus

* github-unknownbliss/task/travis:
  [task/travis] Exclude functional and slow tests
This commit is contained in:
Nils Adermann 2012-03-22 17:03:03 +01:00
commit 992b58d468
2 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,12 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<groups>
<exclude>
<group>slow</group>
</exclude>
</groups>
<php> <php>
<const name="dbms" value="mysqli"/> <const name="dbms" value="mysqli"/>
<const name="dbhost" value="0.0.0.0" /> <const name="dbhost" value="0.0.0.0" />

View file

@ -16,6 +16,12 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<groups>
<exclude>
<group>slow</group>
</exclude>
</groups>
<php> <php>
<!-- "Real" test database --> <!-- "Real" test database -->
<!-- uncomment, otherwise sqlite memory runs --> <!-- uncomment, otherwise sqlite memory runs -->