Add travis-ci configuration
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -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>
|
See Issues: <https://github.com/fguillot/kanboard/issues>
|
||||||
|
|
||||||
|
[](https://travis-ci.org/fguillot/kanboard)
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<phpunit>
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="Kanboard">
|
||||||
|
<directory>tests</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
</phpunit>
|
||||||
Reference in New Issue
Block a user