Added standard test suite on travis.

This commit is contained in:
Teromene 2016-08-30 12:02:05 +02:00
parent 7250562dbe
commit eb0f8796e9

View File

@ -12,4 +12,5 @@ install:
script:
- phpenv rehash
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
- phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
- phpunit -c tests/phpunit.xml