Add travis-ci configuration

This commit is contained in:
Frédéric Guillot
2014-04-26 14:24:48 -04:00
parent bf4cea045e
commit da17e87878
3 changed files with 18 additions and 0 deletions

7
phpunit.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit>
<testsuites>
<testsuite name="Kanboard">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>