mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Phpunit things
This commit is contained in:
parent
4666fdced5
commit
a591724d07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user