Phpunit things

This commit is contained in:
bzick 2017-04-22 16:29:44 +03:00
parent 4666fdced5
commit a591724d07
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
@ -13,7 +15,7 @@ before_script:
# - composer update --dev --quiet
script:
- phpunit
- phpunit -c phpunit.xml.dist
after_script:
- coveralls