Add travis-ci configuration
This commit is contained in:
parent
bf4cea045e
commit
da17e87878
|
|
@ -0,0 +1,9 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- "5.5"
|
||||
- "5.4"
|
||||
- "5.3"
|
||||
|
||||
before_script: wget https://phar.phpunit.de/phpunit.phar
|
||||
script: php phpunit.phar
|
||||
|
|
@ -36,6 +36,8 @@ Known bugs
|
|||
|
||||
See Issues: <https://github.com/fguillot/kanboard/issues>
|
||||
|
||||
[](https://travis-ci.org/fguillot/kanboard)
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<phpunit>
|
||||
<testsuites>
|
||||
<testsuite name="Kanboard">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Loading…
Reference in New Issue