FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist
This commit is contained in:
parent
7080ebe1af
commit
45cab00eff
|
|
@ -39,7 +39,7 @@ script:
|
|||
## PHPLOC
|
||||
- php phploc.phar Classes/
|
||||
## PHPUnit
|
||||
- phpunit -c ./Tests/ --coverage-text
|
||||
- phpunit -c ./ --coverage-text
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Reference in New Issue