Add travis support, even though there aren't tests :/
This commit is contained in:
parent
b82e6c6b2a
commit
bca895dfe4
|
|
@ -0,0 +1,6 @@
|
||||||
|
language: php
|
||||||
|
install:
|
||||||
|
- pear install package.xml
|
||||||
|
php:
|
||||||
|
- 5.4
|
||||||
|
script: phpunit tests/
|
||||||
Loading…
Reference in New Issue